Html Css Color HEX #CAF028 Pear

📋 copy color: '#CAF028'

red 202 ◦ green 240 ◦ blue 40

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

Shades of Pear #CAF028

Tints of Pear #CAF028

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.79%

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

R = 41.91%
G = 49.79%
B = 8.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#CAF028 (or 0xCAF028) is known color: Pear. HEX triplet: CA, F0 and 28. RGB value is (202,240,40). Sum of RGB (Red+Green+Blue) = 202+240+40=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 40 (16.02% from 255 or 8.30% from 482); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF028 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF028 is #350FD7. Grayscale: #CECECE. Windows color (decimal): -3477464 or 2683082. OLE color: 2683082.

HSL color Cylindrical-coordinate representation of color #CAF028: hue angle of 71.4º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CAF028 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 240 40 -
CMYK 0.16 0 0.83 0.06
HSL 71.4º 0.87% 0.55% -
HSV(B) 71.4º 0.83% 0.94% -
XYZ 55.9 75.03 13.54 -
YUV 205.84 34.41 125.26 -
System Red Green Blue C M Y K H S L
Decimal 202 240 40 0.16 0 0.83 0.06 71.4 0.87 0.55
Hex CA F0 28 10 0 53 6 47 57 37
Octal 312 360 50 20 0 123 6 107 127 67
Binary 11001010 11110000 101000 10000 0 1010011 110 1000111 1010111 110111

Color Harmonies of #CAF028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF028

Black with #CAF028

Text Example


Text Example

White with #CAF028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF028; }

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

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

background-color css

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

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

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

border-color css

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

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

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