Html Css Color HEX #CAF240 Pear

📋 copy color: '#CAF240'

red 202 ◦ green 242 ◦ blue 64

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

Shades of Pear #CAF240

Tints of Pear #CAF240

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.64%

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

R = 39.76%
G = 47.64%
B = 12.6%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#CAF240 (or 0xCAF240) is known color: Pear. HEX triplet: CA, F2 and 40. RGB value is (202,242,64). Sum of RGB (Red+Green+Blue) = 202+242+64=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 242 (94.92% from 255 or 47.64% from 508); Blue value is 64 (25.39% from 255 or 12.60% from 508); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF240 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF240 is #350DBF. Grayscale: #D2D2D2. Windows color (decimal): -3476928 or 4256458. OLE color: 4256458.

HSL color Cylindrical-coordinate representation of color #CAF240: hue angle of 73.48º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CAF240 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 242 64 -
CMYK 0.17 0 0.74 0.05
HSL 73.48º 0.87% 0.6% -
HSV(B) 73.48º 0.74% 0.95% -
XYZ 57.03 76.43 16.6 -
YUV 209.75 45.75 122.47 -
System Red Green Blue C M Y K H S L
Decimal 202 242 64 0.17 0 0.74 0.05 73.48 0.87 0.6
Hex CA F2 40 11 0 4A 5 49 57 3C
Octal 312 362 100 21 0 112 5 111 127 74
Binary 11001010 11110010 1000000 10001 0 1001010 101 1001001 1010111 111100

Color Harmonies of #CAF240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF240

Black with #CAF240

Text Example


Text Example

White with #CAF240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF240; }

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

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

background-color css

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

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

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

border-color css

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

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

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