Html Css Color HEX #AFCE76 Caper

📋 copy color: '#AFCE76'

red 175 ◦ green 206 ◦ blue 118

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

Shades of Caper #AFCE76

Tints of Caper #AFCE76

RGB

 RED value IS 175 (68.75% from 255) = 35.07%

 GREEN value IS 206 (80.86% from 255) = 41.28%

 BLUE value IS 118 (46.48% from 255) = 23.65%

R = 35.07%
G = 41.28%
B = 23.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#AFCE76 (or 0xAFCE76) is known color: Caper. HEX triplet: AF, CE and 76. RGB value is (175,206,118). Sum of RGB (Red+Green+Blue) = 175+206+118=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCE76 is #503189. Grayscale: #BBBBBB. Windows color (decimal): -5255562 or 7786159. OLE color: 7786159.

HSL color Cylindrical-coordinate representation of color #AFCE76: hue angle of 81.14º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFCE76 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 206 118 -
CMYK 0.15 0 0.43 0.19
HSL 81.14º 0.47% 0.64% -
HSV(B) 81.14º 0.43% 0.81% -
XYZ 43.02 54.56 25.4 -
YUV 186.7 89.23 119.66 -
System Red Green Blue C M Y K H S L
Decimal 175 206 118 0.15 0 0.43 0.19 81.14 0.47 0.64
Hex AF CE 76 F 0 2B 13 51 2F 40
Octal 257 316 166 17 0 53 23 121 57 100
Binary 10101111 11001110 1110110 1111 0 101011 10011 1010001 101111 1000000

Color Harmonies of #AFCE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCE76

Black with #AFCE76

Text Example


Text Example

White with #AFCE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCE76; }

 p { color: rgb(175,206,118); }

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

background-color css

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

 a { background-color: rgb(175,206,118); }

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

border-color css

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

 span { border-color: rgb(175,206,118); }

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