Html Css Color HEX #AFD474 Caper

📋 copy color: '#AFD474'

red 175 ◦ green 212 ◦ blue 116

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

Shades of Caper #AFD474

Tints of Caper #AFD474

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.15%

 BLUE value IS 116 (45.7% from 255) = 23.06%

R = 34.79%
G = 42.15%
B = 23.06%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#AFD474 (or 0xAFD474) is known color: Caper. HEX triplet: AF, D4 and 74. RGB value is (175,212,116). Sum of RGB (Red+Green+Blue) = 175+212+116=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 212 (83.20% from 255 or 42.15% from 503); Blue value is 116 (45.70% from 255 or 23.06% from 503); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD474 is #502B8B. Grayscale: #BEBEBE. Windows color (decimal): -5254028 or 7656623. OLE color: 7656623.

HSL color Cylindrical-coordinate representation of color #AFD474: hue angle of 83.13º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFD474 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 212 116 -
CMYK 0.17 0 0.45 0.17
HSL 83.13º 0.53% 0.64% -
HSV(B) 83.13º 0.45% 0.83% -
XYZ 44.38 57.46 25.28 -
YUV 189.99 86.24 117.31 -
System Red Green Blue C M Y K H S L
Decimal 175 212 116 0.17 0 0.45 0.17 83.13 0.53 0.64
Hex AF D4 74 11 0 2D 11 53 35 40
Octal 257 324 164 21 0 55 21 123 65 100
Binary 10101111 11010100 1110100 10001 0 101101 10001 1010011 110101 1000000

Color Harmonies of #AFD474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD474

Black with #AFD474

Text Example


Text Example

White with #AFD474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD474; }

 p { color: rgb(175,212,116); }

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

background-color css

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

 a { background-color: rgb(175,212,116); }

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

border-color css

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

 span { border-color: rgb(175,212,116); }

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