Html Css Color HEX #AFCB7F Caper

📋 copy color: '#AFCB7F'

red 175 ◦ green 203 ◦ blue 127

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

Shades of Caper #AFCB7F

Tints of Caper #AFCB7F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.2%

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

R = 34.65%
G = 40.2%
B = 25.15%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#AFCB7F (or 0xAFCB7F) is known color: Caper. HEX triplet: AF, CB and 7F. RGB value is (175,203,127). Sum of RGB (Red+Green+Blue) = 175+203+127=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 127 (50% from 255 or 25.15% from 505); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCB7F is #503480. Grayscale: #BABABA. Windows color (decimal): -5256321 or 8375215. OLE color: 8375215.

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

Color convert

RGB 175 203 127 -
CMYK 0.14 0 0.37 0.20
HSL 82.11º 0.42% 0.65% -
HSV(B) 82.11º 0.37% 0.8% -
XYZ 42.87 53.36 28.12 -
YUV 185.96 94.72 120.18 -
System Red Green Blue C M Y K H S L
Decimal 175 203 127 0.14 0 0.37 0.20 82.11 0.42 0.65
Hex AF CB 7F E 0 25 14 52 2A 41
Octal 257 313 177 16 0 45 24 122 52 101
Binary 10101111 11001011 1111111 1110 0 100101 10100 1010010 101010 1000001

Color Harmonies of #AFCB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCB7F

Black with #AFCB7F

Text Example


Text Example

White with #AFCB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCB7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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