Html Css Color HEX #AFDD50 Conifer

📋 copy color: '#AFDD50'

red 175 ◦ green 221 ◦ blue 80

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

Shades of Conifer #AFDD50

Tints of Conifer #AFDD50

RGB

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

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

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

R = 36.76%
G = 46.43%
B = 16.81%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#AFDD50 (or 0xAFDD50) is known color: Conifer. HEX triplet: AF, DD and 50. RGB value is (175,221,80). Sum of RGB (Red+Green+Blue) = 175+221+80=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 80 (31.64% from 255 or 16.81% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDD50 is #5022AF. Grayscale: #BFBFBF. Windows color (decimal): -5251760 or 5299631. OLE color: 5299631.

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

Color convert

RGB 175 221 80 -
CMYK 0.21 0 0.64 0.13
HSL 79.57º 0.67% 0.59% -
HSV(B) 79.57º 0.64% 0.87% -
XYZ 44.98 61.41 17.07 -
YUV 191.17 65.26 116.46 -
System Red Green Blue C M Y K H S L
Decimal 175 221 80 0.21 0 0.64 0.13 79.57 0.67 0.59
Hex AF DD 50 15 0 40 D 50 43 3B
Octal 257 335 120 25 0 100 15 120 103 73
Binary 10101111 11011101 1010000 10101 0 1000000 1101 1010000 1000011 111011

Color Harmonies of #AFDD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDD50

Black with #AFDD50

Text Example


Text Example

White with #AFDD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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