Html Css Color HEX #CAF746 Pear

📋 copy color: '#CAF746'

red 202 ◦ green 247 ◦ blue 70

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

Shades of Pear #CAF746

Tints of Pear #CAF746

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.59%

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

R = 38.92%
G = 47.59%
B = 13.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#CAF746 (or 0xCAF746) is known color: Pear. HEX triplet: CA, F7 and 46. RGB value is (202,247,70). Sum of RGB (Red+Green+Blue) = 202+247+70=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 247 (96.88% from 255 or 47.59% from 519); Blue value is 70 (27.73% from 255 or 13.49% from 519); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF746 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF746 is #3508B9. Grayscale: #D6D6D6. Windows color (decimal): -3475642 or 4650954. OLE color: 4650954.

HSL color Cylindrical-coordinate representation of color #CAF746: hue angle of 75.25º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CAF746 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 247 70 -
CMYK 0.18 0 0.72 0.03
HSL 75.25º 0.92% 0.62% -
HSV(B) 75.25º 0.72% 0.97% -
XYZ 58.72 79.52 18.05 -
YUV 213.37 47.09 119.89 -
System Red Green Blue C M Y K H S L
Decimal 202 247 70 0.18 0 0.72 0.03 75.25 0.92 0.62
Hex CA F7 46 12 0 48 3 4B 5C 3E
Octal 312 367 106 22 0 110 3 113 134 76
Binary 11001010 11110111 1000110 10010 0 1001000 11 1001011 1011100 111110

Color Harmonies of #CAF746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF746

Black with #CAF746

Text Example


Text Example

White with #CAF746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF746; }

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

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

background-color css

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

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

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

border-color css

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

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

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