Html Css Color HEX #AFD274 Caper

📋 copy color: '#AFD274'

red 175 ◦ green 210 ◦ blue 116

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

Shades of Caper #AFD274

Tints of Caper #AFD274

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.92%

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

R = 34.93%
G = 41.92%
B = 23.15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#AFD274 (or 0xAFD274) is known color: Caper. HEX triplet: AF, D2 and 74. RGB value is (175,210,116). Sum of RGB (Red+Green+Blue) = 175+210+116=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD274 is #502D8B. Grayscale: #BDBDBD. Windows color (decimal): -5254540 or 7656111. OLE color: 7656111.

HSL color Cylindrical-coordinate representation of color #AFD274: hue angle of 82.34º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFD274 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 210 116 -
CMYK 0.17 0 0.45 0.18
HSL 82.34º 0.51% 0.64% -
HSV(B) 82.34º 0.45% 0.82% -
XYZ 43.88 56.47 25.11 -
YUV 188.82 86.9 118.14 -
System Red Green Blue C M Y K H S L
Decimal 175 210 116 0.17 0 0.45 0.18 82.34 0.51 0.64
Hex AF D2 74 11 0 2D 12 52 33 40
Octal 257 322 164 21 0 55 22 122 63 100
Binary 10101111 11010010 1110100 10001 0 101101 10010 1010010 110011 1000000

Color Harmonies of #AFD274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD274

Black with #AFD274

Text Example


Text Example

White with #AFD274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD274; }

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

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

background-color css

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

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

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

border-color css

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

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

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