Html Css Color HEX #CAE519 Pear

📋 copy color: '#CAE519'

red 202 ◦ green 229 ◦ blue 25

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

Shades of Pear #CAE519

Tints of Pear #CAE519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.48%

R = 44.3%
G = 50.22%
B = 5.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#CAE519 (or 0xCAE519) is known color: Pear. HEX triplet: CA, E5 and 19. RGB value is (202,229,25). Sum of RGB (Red+Green+Blue) = 202+229+25=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 229 (89.84% from 255 or 50.22% from 456); Blue value is 25 (10.16% from 255 or 5.48% from 456); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE519 is #351AE6. Grayscale: #C6C6C6. Windows color (decimal): -3480295 or 1697226. OLE color: 1697226.

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

Color convert

RGB 202 229 25 -
CMYK 0.12 0 0.89 0.10
HSL 67.94º 0.8% 0.5% -
HSV(B) 67.94º 0.89% 0.9% -
XYZ 52.55 68.67 11.4 -
YUV 197.67 30.55 131.09 -
System Red Green Blue C M Y K H S L
Decimal 202 229 25 0.12 0 0.89 0.10 67.94 0.8 0.5
Hex CA E5 19 C 0 59 A 44 50 32
Octal 312 345 31 14 0 131 12 104 120 62
Binary 11001010 11100101 11001 1100 0 1011001 1010 1000100 1010000 110010

Color Harmonies of #CAE519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE519

Black with #CAE519

Text Example


Text Example

White with #CAE519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE519; }

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

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

background-color css

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

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

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

border-color css

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

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

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