Html Css Color HEX #AFC374 Caper

📋 copy color: '#AFC374'

red 175 ◦ green 195 ◦ blue 116

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

Shades of Caper #AFC374

Tints of Caper #AFC374

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.12%

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

R = 36.01%
G = 40.12%
B = 23.87%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#AFC374 (or 0xAFC374) is known color: Caper. HEX triplet: AF, C3 and 74. RGB value is (175,195,116). Sum of RGB (Red+Green+Blue) = 175+195+116=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC374 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC374 is #503C8B. Grayscale: #B4B4B4. Windows color (decimal): -5258380 or 7652271. OLE color: 7652271.

HSL color Cylindrical-coordinate representation of color #AFC374: hue angle of 75.19º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFC374 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 195 116 -
CMYK 0.10 0 0.41 0.24
HSL 75.19º 0.4% 0.61% -
HSV(B) 75.19º 0.41% 0.76% -
XYZ 40.35 49.41 23.93 -
YUV 180.01 91.87 124.42 -
System Red Green Blue C M Y K H S L
Decimal 175 195 116 0.10 0 0.41 0.24 75.19 0.4 0.61
Hex AF C3 74 A 0 29 18 4B 28 3D
Octal 257 303 164 12 0 51 30 113 50 75
Binary 10101111 11000011 1110100 1010 0 101001 11000 1001011 101000 111101

Color Harmonies of #AFC374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC374

Black with #AFC374

Text Example


Text Example

White with #AFC374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC374; }

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

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

background-color css

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

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

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

border-color css

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

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

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