Html Css Color HEX #CAF647 Pear

📋 copy color: '#CAF647'

red 202 ◦ green 246 ◦ blue 71

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

Shades of Pear #CAF647

Tints of Pear #CAF647

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.4%

 BLUE value IS 71 (28.13% from 255) = 13.68%

R = 38.92%
G = 47.4%
B = 13.68%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#CAF647 (or 0xCAF647) is known color: Pear. HEX triplet: CA, F6 and 47. RGB value is (202,246,71). Sum of RGB (Red+Green+Blue) = 202+246+71=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 246 (96.48% from 255 or 47.40% from 519); Blue value is 71 (28.12% from 255 or 13.68% from 519); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF647 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF647 is #3509B8. Grayscale: #D5D5D5. Windows color (decimal): -3475897 or 4716234. OLE color: 4716234.

HSL color Cylindrical-coordinate representation of color #CAF647: hue angle of 75.09º degrees, saturation: 0.91, 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 #CAF647 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 246 71 -
CMYK 0.18 0 0.71 0.04
HSL 75.09º 0.91% 0.62% -
HSV(B) 75.09º 0.71% 0.96% -
XYZ 58.45 78.92 18.11 -
YUV 212.89 47.92 120.23 -
System Red Green Blue C M Y K H S L
Decimal 202 246 71 0.18 0 0.71 0.04 75.09 0.91 0.62
Hex CA F6 47 12 0 47 4 4B 5B 3E
Octal 312 366 107 22 0 107 4 113 133 76
Binary 11001010 11110110 1000111 10010 0 1000111 100 1001011 1011011 111110

Color Harmonies of #CAF647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF647

Black with #CAF647

Text Example


Text Example

White with #CAF647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF647; }

 p { color: rgb(202,246,71); }

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

background-color css

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

 a { background-color: rgb(202,246,71); }

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

border-color css

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

 span { border-color: rgb(202,246,71); }

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