Html Css Color HEX #CBE53A Pear

📋 copy color: '#CBE53A'

red 203 ◦ green 229 ◦ blue 58

#CBE53A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #CBE53A

Tints of Pear #CBE53A

RGB

 RED value IS 203 (79.69% from 255) = 41.43%

 GREEN value IS 229 (89.84% from 255) = 46.73%

 BLUE value IS 58 (23.05% from 255) = 11.84%

R = 41.43%
G = 46.73%
B = 11.84%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.75

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CBE53A (or 0xCBE53A) is known color: Pear. HEX triplet: CB, E5 and 3A. RGB value is (203,229,58). Sum of RGB (Red+Green+Blue) = 203+229+58=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 229 (89.84% from 255 or 46.73% from 490); Blue value is 58 (23.05% from 255 or 11.84% from 490); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE53A is #341AC5. Grayscale: #CACACA. Windows color (decimal): -3414726 or 3859915. OLE color: 3859915.

HSL color Cylindrical-coordinate representation of color #CBE53A: hue angle of 69.12º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CBE53A is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 229 58 -
CMYK 0.11 0 0.75 0.10
HSL 69.12º 0.77% 0.56% -
HSV(B) 69.12º 0.75% 0.9% -
XYZ 53.41 69.04 14.51 -
YUV 201.73 46.89 128.9 -
System Red Green Blue C M Y K H S L
Decimal 203 229 58 0.11 0 0.75 0.10 69.12 0.77 0.56
Hex CB E5 3A B 0 4B A 45 4D 38
Octal 313 345 72 13 0 113 12 105 115 70
Binary 11001011 11100101 111010 1011 0 1001011 1010 1000101 1001101 111000

Color Harmonies of #CBE53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE53A

Black with #CBE53A

Text Example


Text Example

White with #CBE53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE53A; }

 p { color: rgb(203,229,58); }

 H1.HeaderClassName
 {
   color: #CBE53A;
 }
 .AnyTagClassName
 {
   color: #CBE53A;
 }
</style>

background-color css

<style>
 a { background-color: #CBE53A; }

 a { background-color: rgb(203,229,58); }

 div.DivClassName
 {
   background-color: #CBE53A;
 }
 .BgClassName
 {
   background-color: #CBE53A;
 }
</style>

border-color css

<style>
 span { border-color: #CBE53A; }

 span { border-color: rgb(203,229,58); }

 td.TdClassName
 {
   border-color: #CBE53A;
 }
 .TagClassName
 {
   border-color: #CBE53A;
 }
</style>