Html Css Color HEX #AFC378 Caper

📋 copy color: '#AFC378'

red 175 ◦ green 195 ◦ blue 120

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

Shades of Caper #AFC378

Tints of Caper #AFC378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.49%

R = 35.71%
G = 39.8%
B = 24.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#AFC378 (or 0xAFC378) is known color: Caper. HEX triplet: AF, C3 and 78. RGB value is (175,195,120). Sum of RGB (Red+Green+Blue) = 175+195+120=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC378 is #503C87. Grayscale: #B4B4B4. Windows color (decimal): -5258376 or 7914415. OLE color: 7914415.

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

Color convert

RGB 175 195 120 -
CMYK 0.10 0 0.38 0.24
HSL 76º 0.38% 0.62% -
HSV(B) 76º 0.38% 0.76% -
XYZ 40.58 49.5 25.18 -
YUV 180.47 93.87 124.1 -
System Red Green Blue C M Y K H S L
Decimal 175 195 120 0.10 0 0.38 0.24 76 0.38 0.62
Hex AF C3 78 A 0 26 18 4C 26 3E
Octal 257 303 170 12 0 46 30 114 46 76
Binary 10101111 11000011 1111000 1010 0 100110 11000 1001100 100110 111110

Color Harmonies of #AFC378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC378

Black with #AFC378

Text Example


Text Example

White with #AFC378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC378; }

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

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

background-color css

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

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

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

border-color css

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

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

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