Html Css Color HEX #CAF246 Pear

📋 copy color: '#CAF246'

red 202 ◦ green 242 ◦ blue 70

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

Shades of Pear #CAF246

Tints of Pear #CAF246

RGB

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

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

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

R = 39.3%
G = 47.08%
B = 13.62%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#CAF246 (or 0xCAF246) is known color: Pear. HEX triplet: CA, F2 and 46. RGB value is (202,242,70). Sum of RGB (Red+Green+Blue) = 202+242+70=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 242 (94.92% from 255 or 47.08% from 514); Blue value is 70 (27.73% from 255 or 13.62% from 514); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF246 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF246 is #350DB9. Grayscale: #D3D3D3. Windows color (decimal): -3476922 or 4649674. OLE color: 4649674.

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

Color convert

RGB 202 242 70 -
CMYK 0.17 0 0.71 0.05
HSL 73.95º 0.87% 0.61% -
HSV(B) 73.95º 0.71% 0.95% -
XYZ 57.21 76.5 17.55 -
YUV 210.43 48.75 121.99 -
System Red Green Blue C M Y K H S L
Decimal 202 242 70 0.17 0 0.71 0.05 73.95 0.87 0.61
Hex CA F2 46 11 0 47 5 4A 57 3D
Octal 312 362 106 21 0 107 5 112 127 75
Binary 11001010 11110010 1000110 10001 0 1000111 101 1001010 1010111 111101

Color Harmonies of #CAF246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF246

Black with #CAF246

Text Example


Text Example

White with #CAF246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF246; }

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

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

background-color css

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

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

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

border-color css

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

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

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