Html Css Color HEX #CAE129 Pear

📋 copy color: '#CAE129'

red 202 ◦ green 225 ◦ blue 41

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

Shades of Pear #CAE129

Tints of Pear #CAE129

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.08%

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

R = 43.16%
G = 48.08%
B = 8.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#CAE129 (or 0xCAE129) is known color: Pear. HEX triplet: CA, E1 and 29. RGB value is (202,225,41). Sum of RGB (Red+Green+Blue) = 202+225+41=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 225 (88.28% from 255 or 48.08% from 468); Blue value is 41 (16.41% from 255 or 8.76% from 468); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE129 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE129 is #351ED6. Grayscale: #C5C5C5. Windows color (decimal): -3481303 or 2744778. OLE color: 2744778.

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

Color convert

RGB 202 225 41 -
CMYK 0.10 0 0.82 0.12
HSL 67.5º 0.75% 0.52% -
HSV(B) 67.5º 0.82% 0.88% -
XYZ 51.68 66.57 12.22 -
YUV 197.15 39.88 131.46 -
System Red Green Blue C M Y K H S L
Decimal 202 225 41 0.10 0 0.82 0.12 67.5 0.75 0.52
Hex CA E1 29 A 0 52 C 44 4B 34
Octal 312 341 51 12 0 122 14 104 113 64
Binary 11001010 11100001 101001 1010 0 1010010 1100 1000100 1001011 110100

Color Harmonies of #CAE129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE129

Black with #CAE129

Text Example


Text Example

White with #CAE129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE129; }

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

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

background-color css

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

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

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

border-color css

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

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

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