Html Css Color HEX #AFCD6D Caper

📋 copy color: '#AFCD6D'

red 175 ◦ green 205 ◦ blue 109

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

Shades of Caper #AFCD6D

Tints of Caper #AFCD6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.29%

R = 35.79%
G = 41.92%
B = 22.29%

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

#AFCD6D (or 0xAFCD6D) is known color: Caper. HEX triplet: AF, CD and 6D. RGB value is (175,205,109). Sum of RGB (Red+Green+Blue) = 175+205+109=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCD6D is #503292. Grayscale: #B9B9B9. Windows color (decimal): -5255827 or 7196079. OLE color: 7196079.

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

Color convert

RGB 175 205 109 -
CMYK 0.15 0 0.47 0.20
HSL 78.75º 0.49% 0.62% -
HSV(B) 78.75º 0.47% 0.8% -
XYZ 42.27 53.88 22.64 -
YUV 185.09 85.06 120.81 -
System Red Green Blue C M Y K H S L
Decimal 175 205 109 0.15 0 0.47 0.20 78.75 0.49 0.62
Hex AF CD 6D F 0 2F 14 4F 31 3E
Octal 257 315 155 17 0 57 24 117 61 76
Binary 10101111 11001101 1101101 1111 0 101111 10100 1001111 110001 111110

Color Harmonies of #AFCD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCD6D

Black with #AFCD6D

Text Example


Text Example

White with #AFCD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCD6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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