Html Css Color HEX #CAF828 Pear

📋 copy color: '#CAF828'

red 202 ◦ green 248 ◦ blue 40

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

Shades of Pear #CAF828

Tints of Pear #CAF828

RGB

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

 GREEN value IS 248 (97.27% from 255) = 50.61%

 BLUE value IS 40 (16.02% from 255) = 8.16%

R = 41.22%
G = 50.61%
B = 8.16%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#CAF828 (or 0xCAF828) is known color: Pear. HEX triplet: CA, F8 and 28. RGB value is (202,248,40). Sum of RGB (Red+Green+Blue) = 202+248+40=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 248 (97.27% from 255 or 50.61% from 490); Blue value is 40 (16.02% from 255 or 8.16% from 490); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF828 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF828 is #3507D7. Grayscale: #D3D3D3. Windows color (decimal): -3475416 or 2685130. OLE color: 2685130.

HSL color Cylindrical-coordinate representation of color #CAF828: hue angle of 73.27º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CAF828 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 248 40 -
CMYK 0.19 0 0.84 0.03
HSL 73.27º 0.94% 0.56% -
HSV(B) 73.27º 0.84% 0.97% -
XYZ 58.31 79.84 14.35 -
YUV 210.53 31.76 121.91 -
System Red Green Blue C M Y K H S L
Decimal 202 248 40 0.19 0 0.84 0.03 73.27 0.94 0.56
Hex CA F8 28 13 0 54 3 49 5E 38
Octal 312 370 50 23 0 124 3 111 136 70
Binary 11001010 11111000 101000 10011 0 1010100 11 1001001 1011110 111000

Color Harmonies of #CAF828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF828

Black with #CAF828

Text Example


Text Example

White with #CAF828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF828; }

 p { color: rgb(202,248,40); }

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

background-color css

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

 a { background-color: rgb(202,248,40); }

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

border-color css

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

 span { border-color: rgb(202,248,40); }

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