Html Css Color HEX #AFCF7D Caper

📋 copy color: '#AFCF7D'

red 175 ◦ green 207 ◦ blue 125

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

Shades of Caper #AFCF7D

Tints of Caper #AFCF7D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.83%

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

R = 34.52%
G = 40.83%
B = 24.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#AFCF7D (or 0xAFCF7D) is known color: Caper. HEX triplet: AF, CF and 7D. RGB value is (175,207,125). Sum of RGB (Red+Green+Blue) = 175+207+125=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCF7D is #503082. Grayscale: #BCBCBC. Windows color (decimal): -5255299 or 8245167. OLE color: 8245167.

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

Color convert

RGB 175 207 125 -
CMYK 0.15 0 0.40 0.19
HSL 83.41º 0.46% 0.65% -
HSV(B) 83.41º 0.4% 0.81% -
XYZ 43.69 55.22 27.76 -
YUV 188.08 92.4 118.67 -
System Red Green Blue C M Y K H S L
Decimal 175 207 125 0.15 0 0.40 0.19 83.41 0.46 0.65
Hex AF CF 7D F 0 28 13 53 2E 41
Octal 257 317 175 17 0 50 23 123 56 101
Binary 10101111 11001111 1111101 1111 0 101000 10011 1010011 101110 1000001

Color Harmonies of #AFCF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCF7D

Black with #AFCF7D

Text Example


Text Example

White with #AFCF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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