Html Css Color HEX #AFC574 Caper

📋 copy color: '#AFC574'

red 175 ◦ green 197 ◦ blue 116

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

Shades of Caper #AFC574

Tints of Caper #AFC574

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.37%

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

R = 35.86%
G = 40.37%
B = 23.77%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#AFC574 (or 0xAFC574) is known color: Caper. HEX triplet: AF, C5 and 74. RGB value is (175,197,116). Sum of RGB (Red+Green+Blue) = 175+197+116=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC574 is #503A8B. Grayscale: #B5B5B5. Windows color (decimal): -5257868 or 7652783. OLE color: 7652783.

HSL color Cylindrical-coordinate representation of color #AFC574: hue angle of 76.3º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFC574 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 197 116 -
CMYK 0.11 0 0.41 0.23
HSL 76.3º 0.41% 0.61% -
HSV(B) 76.3º 0.41% 0.77% -
XYZ 40.8 50.31 24.08 -
YUV 181.19 91.21 123.59 -
System Red Green Blue C M Y K H S L
Decimal 175 197 116 0.11 0 0.41 0.23 76.3 0.41 0.61
Hex AF C5 74 B 0 29 17 4C 29 3D
Octal 257 305 164 13 0 51 27 114 51 75
Binary 10101111 11000101 1110100 1011 0 101001 10111 1001100 101001 111101

Color Harmonies of #AFC574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC574

Black with #AFC574

Text Example


Text Example

White with #AFC574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC574; }

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

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

background-color css

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

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

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

border-color css

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

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

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