Html Css Color HEX #AFD27D Caper

📋 copy color: '#AFD27D'

red 175 ◦ green 210 ◦ blue 125

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

Shades of Caper #AFD27D

Tints of Caper #AFD27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.51%

R = 34.31%
G = 41.18%
B = 24.51%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#AFD27D (or 0xAFD27D) is known color: Caper. HEX triplet: AF, D2 and 7D. RGB value is (175,210,125). Sum of RGB (Red+Green+Blue) = 175+210+125=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 210 (82.42% from 255 or 41.18% from 510); Blue value is 125 (49.22% from 255 or 24.51% from 510); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD27D is #502D82. Grayscale: #BEBEBE. Windows color (decimal): -5254531 or 8245935. OLE color: 8245935.

HSL color Cylindrical-coordinate representation of color #AFD27D: hue angle of 84.71º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFD27D is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 210 125 -
CMYK 0.17 0 0.40 0.18
HSL 84.71º 0.49% 0.66% -
HSV(B) 84.71º 0.4% 0.82% -
XYZ 44.43 56.69 28 -
YUV 189.85 91.4 117.41 -
System Red Green Blue C M Y K H S L
Decimal 175 210 125 0.17 0 0.40 0.18 84.71 0.49 0.66
Hex AF D2 7D 11 0 28 12 55 31 42
Octal 257 322 175 21 0 50 22 125 61 102
Binary 10101111 11010010 1111101 10001 0 101000 10010 1010101 110001 1000010

Color Harmonies of #AFD27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD27D

Black with #AFD27D

Text Example


Text Example

White with #AFD27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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