Html Css Color HEX #AFDC51 Conifer

📋 copy color: '#AFDC51'

red 175 ◦ green 220 ◦ blue 81

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

Shades of Conifer #AFDC51

Tints of Conifer #AFDC51

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.22%

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

R = 36.76%
G = 46.22%
B = 17.02%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#AFDC51 (or 0xAFDC51) is known color: Conifer. HEX triplet: AF, DC and 51. RGB value is (175,220,81). Sum of RGB (Red+Green+Blue) = 175+220+81=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 81 (32.03% from 255 or 17.02% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDC51 is #5023AE. Grayscale: #BFBFBF. Windows color (decimal): -5252015 or 5364911. OLE color: 5364911.

HSL color Cylindrical-coordinate representation of color #AFDC51: hue angle of 79.42º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFDC51 is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 220 81 -
CMYK 0.20 0 0.63 0.14
HSL 79.42º 0.67% 0.59% -
HSV(B) 79.42º 0.63% 0.86% -
XYZ 44.76 60.89 17.18 -
YUV 190.7 66.09 116.8 -
System Red Green Blue C M Y K H S L
Decimal 175 220 81 0.20 0 0.63 0.14 79.42 0.67 0.59
Hex AF DC 51 14 0 3F E 4F 43 3B
Octal 257 334 121 24 0 77 16 117 103 73
Binary 10101111 11011100 1010001 10100 0 111111 1110 1001111 1000011 111011

Color Harmonies of #AFDC51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDC51

Black with #AFDC51

Text Example


Text Example

White with #AFDC51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDC51; }

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

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

background-color css

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

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

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

border-color css

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

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

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