Html Css Color HEX #CAE229 Pear

📋 copy color: '#CAE229'

red 202 ◦ green 226 ◦ blue 41

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

Shades of Pear #CAE229

Tints of Pear #CAE229

RGB

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

 GREEN value IS 226 (88.67% from 255) = 48.19%

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

R = 43.07%
G = 48.19%
B = 8.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#CAE229 (or 0xCAE229) is known color: Pear. HEX triplet: CA, E2 and 29. RGB value is (202,226,41). Sum of RGB (Red+Green+Blue) = 202+226+41=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 226 (88.67% from 255 or 48.19% from 469); Blue value is 41 (16.41% from 255 or 8.74% from 469); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE229 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE229 is #351DD6. Grayscale: #C6C6C6. Windows color (decimal): -3481047 or 2745034. OLE color: 2745034.

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

Color convert

RGB 202 226 41 -
CMYK 0.11 0 0.82 0.11
HSL 67.78º 0.76% 0.52% -
HSV(B) 67.78º 0.82% 0.89% -
XYZ 51.95 67.11 12.31 -
YUV 197.73 39.55 131.04 -
System Red Green Blue C M Y K H S L
Decimal 202 226 41 0.11 0 0.82 0.11 67.78 0.76 0.52
Hex CA E2 29 B 0 52 B 44 4C 34
Octal 312 342 51 13 0 122 13 104 114 64
Binary 11001010 11100010 101001 1011 0 1010010 1011 1000100 1001100 110100

Color Harmonies of #CAE229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE229

Black with #CAE229

Text Example


Text Example

White with #CAE229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE229; }

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

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

background-color css

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

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

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

border-color css

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

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

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