Html Css Color HEX #CAE435 Pear

📋 copy color: '#CAE435'

red 202 ◦ green 228 ◦ blue 53

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

Shades of Pear #CAE435

Tints of Pear #CAE435

RGB

 RED value IS 202 (79.3% from 255) = 41.82%

 GREEN value IS 228 (89.45% from 255) = 47.2%

 BLUE value IS 53 (21.09% from 255) = 10.97%

R = 41.82%
G = 47.2%
B = 10.97%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#CAE435 (or 0xCAE435) is known color: Pear. HEX triplet: CA, E4 and 35. RGB value is (202,228,53). Sum of RGB (Red+Green+Blue) = 202+228+53=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 228 (89.45% from 255 or 47.20% from 483); Blue value is 53 (21.09% from 255 or 10.97% from 483); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE435 is #351BCA. Grayscale: #C8C8C8. Windows color (decimal): -3480523 or 3531978. OLE color: 3531978.

HSL color Cylindrical-coordinate representation of color #CAE435: hue angle of 68.91º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CAE435 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 228 53 -
CMYK 0.11 0 0.77 0.11
HSL 68.91º 0.76% 0.55% -
HSV(B) 68.91º 0.77% 0.89% -
XYZ 52.74 68.3 13.77 -
YUV 200.28 44.89 129.23 -
System Red Green Blue C M Y K H S L
Decimal 202 228 53 0.11 0 0.77 0.11 68.91 0.76 0.55
Hex CA E4 35 B 0 4D B 45 4C 37
Octal 312 344 65 13 0 115 13 105 114 67
Binary 11001010 11100100 110101 1011 0 1001101 1011 1000101 1001100 110111

Color Harmonies of #CAE435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE435

Black with #CAE435

Text Example


Text Example

White with #CAE435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE435; }

 p { color: rgb(202,228,53); }

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

background-color css

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

 a { background-color: rgb(202,228,53); }

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

border-color css

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

 span { border-color: rgb(202,228,53); }

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