Html Css Color HEX #AFCD78 Caper

📋 copy color: '#AFCD78'

red 175 ◦ green 205 ◦ blue 120

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

Shades of Caper #AFCD78

Tints of Caper #AFCD78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24%

R = 35%
G = 41%
B = 24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#AFCD78 (or 0xAFCD78) is known color: Caper. HEX triplet: AF, CD and 78. RGB value is (175,205,120). Sum of RGB (Red+Green+Blue) = 175+205+120=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCD78 is #503287. Grayscale: #BABABA. Windows color (decimal): -5255816 or 7916975. OLE color: 7916975.

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

Color convert

RGB 175 205 120 -
CMYK 0.15 0 0.41 0.20
HSL 81.18º 0.46% 0.64% -
HSV(B) 81.18º 0.41% 0.8% -
XYZ 42.9 54.13 25.96 -
YUV 186.34 90.56 119.91 -
System Red Green Blue C M Y K H S L
Decimal 175 205 120 0.15 0 0.41 0.20 81.18 0.46 0.64
Hex AF CD 78 F 0 29 14 51 2E 40
Octal 257 315 170 17 0 51 24 121 56 100
Binary 10101111 11001101 1111000 1111 0 101001 10100 1010001 101110 1000000

Color Harmonies of #AFCD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCD78

Black with #AFCD78

Text Example


Text Example

White with #AFCD78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCD78; }

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

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

background-color css

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

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

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

border-color css

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

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

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