Html Css Color HEX #AFDB50 Conifer

📋 copy color: '#AFDB50'

red 175 ◦ green 219 ◦ blue 80

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

Shades of Conifer #AFDB50

Tints of Conifer #AFDB50

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.2%

 BLUE value IS 80 (31.64% from 255) = 16.88%

R = 36.92%
G = 46.2%
B = 16.88%

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

#AFDB50 (or 0xAFDB50) is known color: Conifer. HEX triplet: AF, DB and 50. RGB value is (175,219,80). Sum of RGB (Red+Green+Blue) = 175+219+80=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 80 (31.64% from 255 or 16.88% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDB50 is #5024AF. Grayscale: #BEBEBE. Windows color (decimal): -5252272 or 5299119. OLE color: 5299119.

HSL color Cylindrical-coordinate representation of color #AFDB50: hue angle of 78.99º degrees, saturation: 0.66, 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 #AFDB50 is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 219 80 -
CMYK 0.20 0 0.63 0.14
HSL 78.99º 0.66% 0.59% -
HSV(B) 78.99º 0.63% 0.86% -
XYZ 44.46 60.36 16.9 -
YUV 190 65.92 117.3 -
System Red Green Blue C M Y K H S L
Decimal 175 219 80 0.20 0 0.63 0.14 78.99 0.66 0.59
Hex AF DB 50 14 0 3F E 4F 42 3B
Octal 257 333 120 24 0 77 16 117 102 73
Binary 10101111 11011011 1010000 10100 0 111111 1110 1001111 1000010 111011

Color Harmonies of #AFDB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB50

Black with #AFDB50

Text Example


Text Example

White with #AFDB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB50; }

 p { color: rgb(175,219,80); }

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

background-color css

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

 a { background-color: rgb(175,219,80); }

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

border-color css

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

 span { border-color: rgb(175,219,80); }

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