Html Css Color HEX #AFC778 Caper

📋 copy color: '#AFC778'

red 175 ◦ green 199 ◦ blue 120

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

Shades of Caper #AFC778

Tints of Caper #AFC778

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.28%

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

R = 35.43%
G = 40.28%
B = 24.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#AFC778 (or 0xAFC778) is known color: Caper. HEX triplet: AF, C7 and 78. RGB value is (175,199,120). Sum of RGB (Red+Green+Blue) = 175+199+120=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 199 (78.12% from 255 or 40.28% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC778 is #503887. Grayscale: #B7B7B7. Windows color (decimal): -5257352 or 7915439. OLE color: 7915439.

HSL color Cylindrical-coordinate representation of color #AFC778: hue angle of 78.23º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFC778 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 199 120 -
CMYK 0.12 0 0.40 0.22
HSL 78.23º 0.41% 0.63% -
HSV(B) 78.23º 0.4% 0.78% -
XYZ 41.49 51.32 25.49 -
YUV 182.82 92.55 122.42 -
System Red Green Blue C M Y K H S L
Decimal 175 199 120 0.12 0 0.40 0.22 78.23 0.41 0.63
Hex AF C7 78 C 0 28 16 4E 29 3F
Octal 257 307 170 14 0 50 26 116 51 77
Binary 10101111 11000111 1111000 1100 0 101000 10110 1001110 101001 111111

Color Harmonies of #AFC778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC778

Black with #AFC778

Text Example


Text Example

White with #AFC778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC778; }

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

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

background-color css

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

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

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

border-color css

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

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

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