Html Css Color HEX #AFC370 Caper

📋 copy color: '#AFC370'

red 175 ◦ green 195 ◦ blue 112

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

Shades of Caper #AFC370

Tints of Caper #AFC370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.24%

R = 36.31%
G = 40.46%
B = 23.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#AFC370 (or 0xAFC370) is known color: Caper. HEX triplet: AF, C3 and 70. RGB value is (175,195,112). Sum of RGB (Red+Green+Blue) = 175+195+112=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC370 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC370 is #503C8F. Grayscale: #B3B3B3. Windows color (decimal): -5258384 or 7390127. OLE color: 7390127.

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

Color convert

RGB 175 195 112 -
CMYK 0.10 0 0.43 0.24
HSL 74.46º 0.41% 0.6% -
HSV(B) 74.46º 0.43% 0.76% -
XYZ 40.12 49.31 22.73 -
YUV 179.56 89.87 124.75 -
System Red Green Blue C M Y K H S L
Decimal 175 195 112 0.10 0 0.43 0.24 74.46 0.41 0.6
Hex AF C3 70 A 0 2B 18 4A 29 3C
Octal 257 303 160 12 0 53 30 112 51 74
Binary 10101111 11000011 1110000 1010 0 101011 11000 1001010 101001 111100

Color Harmonies of #AFC370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC370

Black with #AFC370

Text Example


Text Example

White with #AFC370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC370; }

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

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

background-color css

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

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

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

border-color css

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

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

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