Html Css Color HEX #CAE527 Pear

📋 copy color: '#CAE527'

red 202 ◦ green 229 ◦ blue 39

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

Shades of Pear #CAE527

Tints of Pear #CAE527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.3%

R = 42.98%
G = 48.72%
B = 8.3%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#CAE527 (or 0xCAE527) is known color: Pear. HEX triplet: CA, E5 and 27. RGB value is (202,229,39). Sum of RGB (Red+Green+Blue) = 202+229+39=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 229 (89.84% from 255 or 48.72% from 470); Blue value is 39 (15.62% from 255 or 8.30% from 470); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE527 is #351AD8. Grayscale: #C7C7C7. Windows color (decimal): -3480281 or 2614730. OLE color: 2614730.

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

Color convert

RGB 202 229 39 -
CMYK 0.12 0 0.83 0.10
HSL 68.53º 0.79% 0.53% -
HSV(B) 68.53º 0.83% 0.9% -
XYZ 52.74 68.74 12.41 -
YUV 199.27 37.55 129.95 -
System Red Green Blue C M Y K H S L
Decimal 202 229 39 0.12 0 0.83 0.10 68.53 0.79 0.53
Hex CA E5 27 C 0 53 A 45 4F 35
Octal 312 345 47 14 0 123 12 105 117 65
Binary 11001010 11100101 100111 1100 0 1010011 1010 1000101 1001111 110101

Color Harmonies of #CAE527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE527

Black with #CAE527

Text Example


Text Example

White with #CAE527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE527; }

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

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

background-color css

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

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

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

border-color css

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

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

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