Html Css Color HEX #AFD278 Caper

📋 copy color: '#AFD278'

red 175 ◦ green 210 ◦ blue 120

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

Shades of Caper #AFD278

Tints of Caper #AFD278

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.58%

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

R = 34.65%
G = 41.58%
B = 23.76%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#AFD278 (or 0xAFD278) is known color: Caper. HEX triplet: AF, D2 and 78. RGB value is (175,210,120). Sum of RGB (Red+Green+Blue) = 175+210+120=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 210 (82.42% from 255 or 41.58% from 505); Blue value is 120 (47.27% from 255 or 23.76% from 505); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD278 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD278 is #502D87. Grayscale: #BDBDBD. Windows color (decimal): -5254536 or 7918255. OLE color: 7918255.

HSL color Cylindrical-coordinate representation of color #AFD278: hue angle of 83.33º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFD278 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 210 120 -
CMYK 0.17 0 0.43 0.18
HSL 83.33º 0.5% 0.65% -
HSV(B) 83.33º 0.43% 0.82% -
XYZ 44.12 56.56 26.36 -
YUV 189.28 88.9 117.82 -
System Red Green Blue C M Y K H S L
Decimal 175 210 120 0.17 0 0.43 0.18 83.33 0.5 0.65
Hex AF D2 78 11 0 2B 12 53 32 41
Octal 257 322 170 21 0 53 22 123 62 101
Binary 10101111 11010010 1111000 10001 0 101011 10010 1010011 110010 1000001

Color Harmonies of #AFD278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD278

Black with #AFD278

Text Example


Text Example

White with #AFD278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD278; }

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

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

background-color css

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

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

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

border-color css

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

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

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