Html Css Color HEX #CAF040 Pear

📋 copy color: '#CAF040'

red 202 ◦ green 240 ◦ blue 64

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

Shades of Pear #CAF040

Tints of Pear #CAF040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.65%

R = 39.92%
G = 47.43%
B = 12.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#CAF040 (or 0xCAF040) is known color: Pear. HEX triplet: CA, F0 and 40. RGB value is (202,240,64). Sum of RGB (Red+Green+Blue) = 202+240+64=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 64 (25.39% from 255 or 12.65% from 506); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF040 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF040 is #350FBF. Grayscale: #D1D1D1. Windows color (decimal): -3477440 or 4255946. OLE color: 4255946.

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

Color convert

RGB 202 240 64 -
CMYK 0.16 0 0.73 0.06
HSL 72.95º 0.85% 0.6% -
HSV(B) 72.95º 0.73% 0.94% -
XYZ 56.44 75.25 16.4 -
YUV 208.57 46.41 123.31 -
System Red Green Blue C M Y K H S L
Decimal 202 240 64 0.16 0 0.73 0.06 72.95 0.85 0.6
Hex CA F0 40 10 0 49 6 49 55 3C
Octal 312 360 100 20 0 111 6 111 125 74
Binary 11001010 11110000 1000000 10000 0 1001001 110 1001001 1010101 111100

Color Harmonies of #CAF040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF040

Black with #CAF040

Text Example


Text Example

White with #CAF040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF040; }

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

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

background-color css

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

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

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

border-color css

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

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

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