Html Css Color HEX #AFD275 Caper

📋 copy color: '#AFD275'

red 175 ◦ green 210 ◦ blue 117

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

Shades of Caper #AFD275

Tints of Caper #AFD275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.31%

R = 34.86%
G = 41.83%
B = 23.31%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#AFD275 (or 0xAFD275) is known color: Caper. HEX triplet: AF, D2 and 75. RGB value is (175,210,117). Sum of RGB (Red+Green+Blue) = 175+210+117=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 210 (82.42% from 255 or 41.83% from 502); Blue value is 117 (46.09% from 255 or 23.31% from 502); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD275 is #502D8A. Grayscale: #BDBDBD. Windows color (decimal): -5254539 or 7721647. OLE color: 7721647.

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

Color convert

RGB 175 210 117 -
CMYK 0.17 0 0.44 0.18
HSL 82.58º 0.51% 0.64% -
HSV(B) 82.58º 0.44% 0.82% -
XYZ 43.94 56.49 25.42 -
YUV 188.93 87.4 118.06 -
System Red Green Blue C M Y K H S L
Decimal 175 210 117 0.17 0 0.44 0.18 82.58 0.51 0.64
Hex AF D2 75 11 0 2C 12 53 33 40
Octal 257 322 165 21 0 54 22 123 63 100
Binary 10101111 11010010 1110101 10001 0 101100 10010 1010011 110011 1000000

Color Harmonies of #AFD275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD275

Black with #AFD275

Text Example


Text Example

White with #AFD275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD275; }

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

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

background-color css

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

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

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

border-color css

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

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

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