Html Css Color HEX #AFCD75 Caper

📋 copy color: '#AFCD75'

red 175 ◦ green 205 ◦ blue 117

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

Shades of Caper #AFCD75

Tints of Caper #AFCD75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.54%

R = 35.21%
G = 41.25%
B = 23.54%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#AFCD75 (or 0xAFCD75) is known color: Caper. HEX triplet: AF, CD and 75. RGB value is (175,205,117). Sum of RGB (Red+Green+Blue) = 175+205+117=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCD75 is #50328A. Grayscale: #BABABA. Windows color (decimal): -5255819 or 7720367. OLE color: 7720367.

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

Color convert

RGB 175 205 117 -
CMYK 0.15 0 0.43 0.20
HSL 80.45º 0.47% 0.63% -
HSV(B) 80.45º 0.43% 0.8% -
XYZ 42.72 54.06 25.01 -
YUV 186 89.06 120.16 -
System Red Green Blue C M Y K H S L
Decimal 175 205 117 0.15 0 0.43 0.20 80.45 0.47 0.63
Hex AF CD 75 F 0 2B 14 50 2F 3F
Octal 257 315 165 17 0 53 24 120 57 77
Binary 10101111 11001101 1110101 1111 0 101011 10100 1010000 101111 111111

Color Harmonies of #AFCD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCD75

Black with #AFCD75

Text Example


Text Example

White with #AFCD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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