Html Css Color HEX #CAE919 Pear

📋 copy color: '#CAE919'

red 202 ◦ green 233 ◦ blue 25

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

Shades of Pear #CAE919

Tints of Pear #CAE919

RGB

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

 GREEN value IS 233 (91.41% from 255) = 50.65%

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

R = 43.91%
G = 50.65%
B = 5.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#CAE919 (or 0xCAE919) is known color: Pear. HEX triplet: CA, E9 and 19. RGB value is (202,233,25). Sum of RGB (Red+Green+Blue) = 202+233+25=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 233 (91.41% from 255 or 50.65% from 460); Blue value is 25 (10.16% from 255 or 5.43% from 460); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE919 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAE919 is #3516E6. Grayscale: #C8C8C8. Windows color (decimal): -3479271 or 1698250. OLE color: 1698250.

HSL color Cylindrical-coordinate representation of color #CAE919: hue angle of 68.94º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CAE919 is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 233 25 -
CMYK 0.13 0 0.89 0.09
HSL 68.94º 0.83% 0.51% -
HSV(B) 68.94º 0.89% 0.91% -
XYZ 53.67 70.9 11.78 -
YUV 200.02 29.23 129.41 -
System Red Green Blue C M Y K H S L
Decimal 202 233 25 0.13 0 0.89 0.09 68.94 0.83 0.51
Hex CA E9 19 D 0 59 9 45 53 33
Octal 312 351 31 15 0 131 11 105 123 63
Binary 11001010 11101001 11001 1101 0 1011001 1001 1000101 1010011 110011

Color Harmonies of #CAE919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE919

Black with #CAE919

Text Example


Text Example

White with #CAE919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE919; }

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

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

background-color css

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

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

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

border-color css

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

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

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