Html Css Color HEX #CAE529 Pear

📋 copy color: '#CAE529'

red 202 ◦ green 229 ◦ blue 41

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

Shades of Pear #CAE529

Tints of Pear #CAE529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.69%

R = 42.8%
G = 48.52%
B = 8.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#CAE529 (or 0xCAE529) is known color: Pear. HEX triplet: CA, E5 and 29. RGB value is (202,229,41). Sum of RGB (Red+Green+Blue) = 202+229+41=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 229 (89.84% from 255 or 48.52% from 472); Blue value is 41 (16.41% from 255 or 8.69% from 472); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE529 is #351AD6. Grayscale: #C8C8C8. Windows color (decimal): -3480279 or 2745802. OLE color: 2745802.

HSL color Cylindrical-coordinate representation of color #CAE529: hue angle of 68.62º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CAE529 is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 229 41 -
CMYK 0.12 0 0.82 0.10
HSL 68.62º 0.78% 0.53% -
HSV(B) 68.62º 0.82% 0.9% -
XYZ 52.78 68.76 12.59 -
YUV 199.5 38.55 129.79 -
System Red Green Blue C M Y K H S L
Decimal 202 229 41 0.12 0 0.82 0.10 68.62 0.78 0.53
Hex CA E5 29 C 0 52 A 45 4E 35
Octal 312 345 51 14 0 122 12 105 116 65
Binary 11001010 11100101 101001 1100 0 1010010 1010 1000101 1001110 110101

Color Harmonies of #CAE529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE529

Black with #CAE529

Text Example


Text Example

White with #CAE529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE529; }

 p { color: rgb(202,229,41); }

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

background-color css

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

 a { background-color: rgb(202,229,41); }

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

border-color css

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

 span { border-color: rgb(202,229,41); }

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