Html Css Color HEX #AFD051 Conifer

📋 copy color: '#AFD051'

red 175 ◦ green 208 ◦ blue 81

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

Shades of Conifer #AFD051

Tints of Conifer #AFD051

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.83%

 BLUE value IS 81 (32.03% from 255) = 17.46%

R = 37.72%
G = 44.83%
B = 17.46%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#AFD051 (or 0xAFD051) is known color: Conifer. HEX triplet: AF, D0 and 51. RGB value is (175,208,81). Sum of RGB (Red+Green+Blue) = 175+208+81=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 81 (32.03% from 255 or 17.46% from 464); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD051 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD051 is #502FAE. Grayscale: #B8B8B8. Windows color (decimal): -5255087 or 5361839. OLE color: 5361839.

HSL color Cylindrical-coordinate representation of color #AFD051: hue angle of 75.59º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFD051 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 208 81 -
CMYK 0.16 0 0.61 0.18
HSL 75.59º 0.57% 0.57% -
HSV(B) 75.59º 0.61% 0.82% -
XYZ 41.72 54.82 16.17 -
YUV 183.66 70.07 121.83 -
System Red Green Blue C M Y K H S L
Decimal 175 208 81 0.16 0 0.61 0.18 75.59 0.57 0.57
Hex AF D0 51 10 0 3D 12 4C 39 39
Octal 257 320 121 20 0 75 22 114 71 71
Binary 10101111 11010000 1010001 10000 0 111101 10010 1001100 111001 111001

Color Harmonies of #AFD051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD051

Black with #AFD051

Text Example


Text Example

White with #AFD051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD051; }

 p { color: rgb(175,208,81); }

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

background-color css

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

 a { background-color: rgb(175,208,81); }

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

border-color css

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

 span { border-color: rgb(175,208,81); }

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