Html Css Color HEX #AFCD7F Caper

📋 copy color: '#AFCD7F'

red 175 ◦ green 205 ◦ blue 127

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

Shades of Caper #AFCD7F

Tints of Caper #AFCD7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.05%

R = 34.52%
G = 40.43%
B = 25.05%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#AFCD7F (or 0xAFCD7F) is known color: Caper. HEX triplet: AF, CD and 7F. RGB value is (175,205,127). Sum of RGB (Red+Green+Blue) = 175+205+127=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 127 (50% from 255 or 25.05% from 507); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCD7F is #503280. Grayscale: #BBBBBB. Windows color (decimal): -5255809 or 8375727. OLE color: 8375727.

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

Color convert

RGB 175 205 127 -
CMYK 0.15 0 0.38 0.20
HSL 83.08º 0.44% 0.65% -
HSV(B) 83.08º 0.38% 0.8% -
XYZ 43.34 54.31 28.28 -
YUV 187.14 94.06 119.34 -
System Red Green Blue C M Y K H S L
Decimal 175 205 127 0.15 0 0.38 0.20 83.08 0.44 0.65
Hex AF CD 7F F 0 26 14 53 2C 41
Octal 257 315 177 17 0 46 24 123 54 101
Binary 10101111 11001101 1111111 1111 0 100110 10100 1010011 101100 1000001

Color Harmonies of #AFCD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCD7F

Black with #AFCD7F

Text Example


Text Example

White with #AFCD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCD7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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