Html Css Color HEX #CAE524 Pear

📋 copy color: '#CAE524'

red 202 ◦ green 229 ◦ blue 36

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

Shades of Pear #CAE524

Tints of Pear #CAE524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.71%

R = 43.25%
G = 49.04%
B = 7.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#CAE524 (or 0xCAE524) is known color: Pear. HEX triplet: CA, E5 and 24. RGB value is (202,229,36). Sum of RGB (Red+Green+Blue) = 202+229+36=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 229 (89.84% from 255 or 49.04% from 467); Blue value is 36 (14.45% from 255 or 7.71% from 467); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE524 is #351ADB. Grayscale: #C7C7C7. Windows color (decimal): -3480284 or 2418122. OLE color: 2418122.

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

Color convert

RGB 202 229 36 -
CMYK 0.12 0 0.84 0.10
HSL 68.39º 0.79% 0.52% -
HSV(B) 68.39º 0.84% 0.9% -
XYZ 52.69 68.72 12.16 -
YUV 198.93 36.05 130.19 -
System Red Green Blue C M Y K H S L
Decimal 202 229 36 0.12 0 0.84 0.10 68.39 0.79 0.52
Hex CA E5 24 C 0 54 A 44 4F 34
Octal 312 345 44 14 0 124 12 104 117 64
Binary 11001010 11100101 100100 1100 0 1010100 1010 1000100 1001111 110100

Color Harmonies of #CAE524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE524

Black with #CAE524

Text Example


Text Example

White with #CAE524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE524; }

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

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

background-color css

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

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

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

border-color css

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

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

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