Html Css Color HEX #CAF442 Pear

📋 copy color: '#CAF442'

red 202 ◦ green 244 ◦ blue 66

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

Shades of Pear #CAF442

Tints of Pear #CAF442

RGB

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

 GREEN value IS 244 (95.7% from 255) = 47.66%

 BLUE value IS 66 (26.17% from 255) = 12.89%

R = 39.45%
G = 47.66%
B = 12.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#CAF442 (or 0xCAF442) is known color: Pear. HEX triplet: CA, F4 and 42. RGB value is (202,244,66). Sum of RGB (Red+Green+Blue) = 202+244+66=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 244 (95.70% from 255 or 47.66% from 512); Blue value is 66 (26.17% from 255 or 12.89% from 512); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF442 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF442 is #350BBD. Grayscale: #D3D3D3. Windows color (decimal): -3476414 or 4388042. OLE color: 4388042.

HSL color Cylindrical-coordinate representation of color #CAF442: hue angle of 74.16º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CAF442 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 244 66 -
CMYK 0.17 0 0.73 0.04
HSL 74.16º 0.89% 0.61% -
HSV(B) 74.16º 0.73% 0.96% -
XYZ 57.69 77.65 17.1 -
YUV 211.15 46.09 121.47 -
System Red Green Blue C M Y K H S L
Decimal 202 244 66 0.17 0 0.73 0.04 74.16 0.89 0.61
Hex CA F4 42 11 0 49 4 4A 59 3D
Octal 312 364 102 21 0 111 4 112 131 75
Binary 11001010 11110100 1000010 10001 0 1001001 100 1001010 1011001 111101

Color Harmonies of #CAF442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF442

Black with #CAF442

Text Example


Text Example

White with #CAF442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF442; }

 p { color: rgb(202,244,66); }

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

background-color css

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

 a { background-color: rgb(202,244,66); }

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

border-color css

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

 span { border-color: rgb(202,244,66); }

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