Html Css Color HEX #AFDD51 Conifer

📋 copy color: '#AFDD51'

red 175 ◦ green 221 ◦ blue 81

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

Shades of Conifer #AFDD51

Tints of Conifer #AFDD51

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.33%

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

R = 36.69%
G = 46.33%
B = 16.98%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#AFDD51 (or 0xAFDD51) is known color: Conifer. HEX triplet: AF, DD and 51. RGB value is (175,221,81). Sum of RGB (Red+Green+Blue) = 175+221+81=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 81 (32.03% from 255 or 16.98% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDD51 is #5022AE. Grayscale: #BFBFBF. Windows color (decimal): -5251759 or 5365167. OLE color: 5365167.

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

Color convert

RGB 175 221 81 -
CMYK 0.21 0 0.63 0.13
HSL 79.71º 0.67% 0.59% -
HSV(B) 79.71º 0.63% 0.87% -
XYZ 45.02 61.42 17.27 -
YUV 191.29 65.76 116.38 -
System Red Green Blue C M Y K H S L
Decimal 175 221 81 0.21 0 0.63 0.13 79.71 0.67 0.59
Hex AF DD 51 15 0 3F D 50 43 3B
Octal 257 335 121 25 0 77 15 120 103 73
Binary 10101111 11011101 1010001 10101 0 111111 1101 1010000 1000011 111011

Color Harmonies of #AFDD51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDD51

Black with #AFDD51

Text Example


Text Example

White with #AFDD51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDD51; }

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

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

background-color css

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

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

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

border-color css

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

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

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