Html Css Color HEX #AFCD7B Caper

📋 copy color: '#AFCD7B'

red 175 ◦ green 205 ◦ blue 123

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

Shades of Caper #AFCD7B

Tints of Caper #AFCD7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.45%

R = 34.79%
G = 40.76%
B = 24.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.4

 K value IS 0.20

RGB Variations

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

Color information

#AFCD7B (or 0xAFCD7B) is known color: Caper. HEX triplet: AF, CD and 7B. RGB value is (175,205,123). Sum of RGB (Red+Green+Blue) = 175+205+123=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 123 (48.44% from 255 or 24.45% from 503); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCD7B is #503284. Grayscale: #BABABA. Windows color (decimal): -5255813 or 8113583. OLE color: 8113583.

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

Color convert

RGB 175 205 123 -
CMYK 0.15 0 0.4 0.20
HSL 81.95º 0.45% 0.64% -
HSV(B) 81.95º 0.4% 0.8% -
XYZ 43.09 54.21 26.93 -
YUV 186.68 92.06 119.67 -
System Red Green Blue C M Y K H S L
Decimal 175 205 123 0.15 0 0.4 0.20 81.95 0.45 0.64
Hex AF CD 7B F 0 28 14 52 2D 40
Octal 257 315 173 17 0 50 24 122 55 100
Binary 10101111 11001101 1111011 1111 0 101000 10100 1010010 101101 1000000

Color Harmonies of #AFCD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCD7B

Black with #AFCD7B

Text Example


Text Example

White with #AFCD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCD7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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