Html Css Color HEX #AFC474 Caper

📋 copy color: '#AFC474'

red 175 ◦ green 196 ◦ blue 116

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

Shades of Caper #AFC474

Tints of Caper #AFC474

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.25%

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

R = 35.93%
G = 40.25%
B = 23.82%

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

#AFC474 (or 0xAFC474) is known color: Caper. HEX triplet: AF, C4 and 74. RGB value is (175,196,116). Sum of RGB (Red+Green+Blue) = 175+196+116=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 196 (76.95% from 255 or 40.25% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC474 is #503B8B. Grayscale: #B4B4B4. Windows color (decimal): -5258124 or 7652527. OLE color: 7652527.

HSL color Cylindrical-coordinate representation of color #AFC474: hue angle of 75.75º degrees, saturation: 0.4, 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 #AFC474 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 196 116 -
CMYK 0.11 0 0.41 0.23
HSL 75.75º 0.4% 0.61% -
HSV(B) 75.75º 0.41% 0.77% -
XYZ 40.57 49.85 24.01 -
YUV 180.6 91.54 124 -
System Red Green Blue C M Y K H S L
Decimal 175 196 116 0.11 0 0.41 0.23 75.75 0.4 0.61
Hex AF C4 74 B 0 29 17 4C 28 3D
Octal 257 304 164 13 0 51 27 114 50 75
Binary 10101111 11000100 1110100 1011 0 101001 10111 1001100 101000 111101

Color Harmonies of #AFC474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC474

Black with #AFC474

Text Example


Text Example

White with #AFC474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC474; }

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

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

background-color css

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

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

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

border-color css

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

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

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