Html Css Color HEX #CAF446 Pear

📋 copy color: '#CAF446'

red 202 ◦ green 244 ◦ blue 70

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

Shades of Pear #CAF446

Tints of Pear #CAF446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.57%

R = 39.15%
G = 47.29%
B = 13.57%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#CAF446 (or 0xCAF446) is known color: Pear. HEX triplet: CA, F4 and 46. RGB value is (202,244,70). Sum of RGB (Red+Green+Blue) = 202+244+70=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 244 (95.70% from 255 or 47.29% from 516); Blue value is 70 (27.73% from 255 or 13.57% from 516); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF446 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF446 is #350BB9. Grayscale: #D4D4D4. Windows color (decimal): -3476410 or 4650186. OLE color: 4650186.

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

Color convert

RGB 202 244 70 -
CMYK 0.17 0 0.71 0.04
HSL 74.48º 0.89% 0.62% -
HSV(B) 74.48º 0.71% 0.96% -
XYZ 57.81 77.7 17.74 -
YUV 211.61 48.09 121.15 -
System Red Green Blue C M Y K H S L
Decimal 202 244 70 0.17 0 0.71 0.04 74.48 0.89 0.62
Hex CA F4 46 11 0 47 4 4A 59 3E
Octal 312 364 106 21 0 107 4 112 131 76
Binary 11001010 11110100 1000110 10001 0 1000111 100 1001010 1011001 111110

Color Harmonies of #CAF446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF446

Black with #CAF446

Text Example


Text Example

White with #CAF446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF446; }

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

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

background-color css

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

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

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

border-color css

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

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

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