Html Css Color HEX #AFD378 Caper

📋 copy color: '#AFD378'

red 175 ◦ green 211 ◦ blue 120

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

Shades of Caper #AFD378

Tints of Caper #AFD378

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.7%

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

R = 34.58%
G = 41.7%
B = 23.72%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#AFD378 (or 0xAFD378) is known color: Caper. HEX triplet: AF, D3 and 78. RGB value is (175,211,120). Sum of RGB (Red+Green+Blue) = 175+211+120=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 211 (82.81% from 255 or 41.70% from 506); Blue value is 120 (47.27% from 255 or 23.72% from 506); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD378 is #502C87. Grayscale: #BEBEBE. Windows color (decimal): -5254280 or 7918511. OLE color: 7918511.

HSL color Cylindrical-coordinate representation of color #AFD378: hue angle of 83.74º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFD378 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 211 120 -
CMYK 0.17 0 0.43 0.17
HSL 83.74º 0.51% 0.65% -
HSV(B) 83.74º 0.43% 0.83% -
XYZ 44.36 57.06 26.44 -
YUV 189.86 88.57 117.4 -
System Red Green Blue C M Y K H S L
Decimal 175 211 120 0.17 0 0.43 0.17 83.74 0.51 0.65
Hex AF D3 78 11 0 2B 11 54 33 41
Octal 257 323 170 21 0 53 21 124 63 101
Binary 10101111 11010011 1111000 10001 0 101011 10001 1010100 110011 1000001

Color Harmonies of #AFD378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD378

Black with #AFD378

Text Example


Text Example

White with #AFD378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD378; }

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

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

background-color css

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

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

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

border-color css

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

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

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