Html Css Color HEX #AFCE7D Caper

📋 copy color: '#AFCE7D'

red 175 ◦ green 206 ◦ blue 125

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

Shades of Caper #AFCE7D

Tints of Caper #AFCE7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.7%

R = 34.58%
G = 40.71%
B = 24.7%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#AFCE7D (or 0xAFCE7D) is known color: Caper. HEX triplet: AF, CE and 7D. RGB value is (175,206,125). Sum of RGB (Red+Green+Blue) = 175+206+125=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCE7D is #503182. Grayscale: #BBBBBB. Windows color (decimal): -5255555 or 8244911. OLE color: 8244911.

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

Color convert

RGB 175 206 125 -
CMYK 0.15 0 0.39 0.19
HSL 82.96º 0.45% 0.65% -
HSV(B) 82.96º 0.39% 0.81% -
XYZ 43.45 54.74 27.68 -
YUV 187.5 92.73 119.09 -
System Red Green Blue C M Y K H S L
Decimal 175 206 125 0.15 0 0.39 0.19 82.96 0.45 0.65
Hex AF CE 7D F 0 27 13 53 2D 41
Octal 257 316 175 17 0 47 23 123 55 101
Binary 10101111 11001110 1111101 1111 0 100111 10011 1010011 101101 1000001

Color Harmonies of #AFCE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCE7D

Black with #AFCE7D

Text Example


Text Example

White with #AFCE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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