Html Css Color HEX #AFED50 Conifer

📋 copy color: '#AFED50'

red 175 ◦ green 237 ◦ blue 80

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

Shades of Conifer #AFED50

Tints of Conifer #AFED50

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.17%

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

R = 35.57%
G = 48.17%
B = 16.26%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#AFED50 (or 0xAFED50) is known color: Conifer. HEX triplet: AF, ED and 50. RGB value is (175,237,80). Sum of RGB (Red+Green+Blue) = 175+237+80=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 237 (92.97% from 255 or 48.17% from 492); Blue value is 80 (31.64% from 255 or 16.26% from 492); Max value from RGB is 237 - color contains mainly: green. Hex color #AFED50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFED50 is #5012AF. Grayscale: #C9C9C9. Windows color (decimal): -5247664 or 5303727. OLE color: 5303727.

HSL color Cylindrical-coordinate representation of color #AFED50: hue angle of 83.69º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFED50 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 237 80 -
CMYK 0.26 0 0.66 0.07
HSL 83.69º 0.81% 0.62% -
HSV(B) 83.69º 0.66% 0.93% -
XYZ 49.41 70.26 18.55 -
YUV 200.56 59.96 109.77 -
System Red Green Blue C M Y K H S L
Decimal 175 237 80 0.26 0 0.66 0.07 83.69 0.81 0.62
Hex AF ED 50 1A 0 42 7 54 51 3E
Octal 257 355 120 32 0 102 7 124 121 76
Binary 10101111 11101101 1010000 11010 0 1000010 111 1010100 1010001 111110

Color Harmonies of #AFED50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFED50

Black with #AFED50

Text Example


Text Example

White with #AFED50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFED50; }

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

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

background-color css

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

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

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

border-color css

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

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

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