Html Css Color HEX #AFCD6C Caper

📋 copy color: '#AFCD6C'

red 175 ◦ green 205 ◦ blue 108

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

Shades of Caper #AFCD6C

Tints of Caper #AFCD6C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.01%

 BLUE value IS 108 (42.58% from 255) = 22.13%

R = 35.86%
G = 42.01%
B = 22.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#AFCD6C (or 0xAFCD6C) is known color: Caper. HEX triplet: AF, CD and 6C. RGB value is (175,205,108). Sum of RGB (Red+Green+Blue) = 175+205+108=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCD6C is #503293. Grayscale: #B9B9B9. Windows color (decimal): -5255828 or 7130543. OLE color: 7130543.

HSL color Cylindrical-coordinate representation of color #AFCD6C: hue angle of 78.56º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFCD6C is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 205 108 -
CMYK 0.15 0 0.47 0.20
HSL 78.56º 0.49% 0.61% -
HSV(B) 78.56º 0.47% 0.8% -
XYZ 42.22 53.86 22.36 -
YUV 184.97 84.56 120.89 -
System Red Green Blue C M Y K H S L
Decimal 175 205 108 0.15 0 0.47 0.20 78.56 0.49 0.61
Hex AF CD 6C F 0 2F 14 4F 31 3D
Octal 257 315 154 17 0 57 24 117 61 75
Binary 10101111 11001101 1101100 1111 0 101111 10100 1001111 110001 111101

Color Harmonies of #AFCD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCD6C

Black with #AFCD6C

Text Example


Text Example

White with #AFCD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCD6C; }

 p { color: rgb(175,205,108); }

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

background-color css

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

 a { background-color: rgb(175,205,108); }

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

border-color css

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

 span { border-color: rgb(175,205,108); }

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