Html Css Color HEX #AFEA50 Conifer

📋 copy color: '#AFEA50'

red 175 ◦ green 234 ◦ blue 80

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

Shades of Conifer #AFEA50

Tints of Conifer #AFEA50

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.85%

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

R = 35.79%
G = 47.85%
B = 16.36%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#AFEA50 (or 0xAFEA50) is known color: Conifer. HEX triplet: AF, EA and 50. RGB value is (175,234,80). Sum of RGB (Red+Green+Blue) = 175+234+80=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 234 (91.80% from 255 or 47.85% from 489); Blue value is 80 (31.64% from 255 or 16.36% from 489); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEA50 is #5015AF. Grayscale: #C7C7C7. Windows color (decimal): -5248432 or 5302959. OLE color: 5302959.

HSL color Cylindrical-coordinate representation of color #AFEA50: hue angle of 82.99º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFEA50 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 234 80 -
CMYK 0.25 0 0.66 0.08
HSL 82.99º 0.79% 0.62% -
HSV(B) 82.99º 0.66% 0.92% -
XYZ 48.55 68.54 18.26 -
YUV 198.8 60.95 111.02 -
System Red Green Blue C M Y K H S L
Decimal 175 234 80 0.25 0 0.66 0.08 82.99 0.79 0.62
Hex AF EA 50 19 0 42 8 53 4F 3E
Octal 257 352 120 31 0 102 10 123 117 76
Binary 10101111 11101010 1010000 11001 0 1000010 1000 1010011 1001111 111110

Color Harmonies of #AFEA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEA50

Black with #AFEA50

Text Example


Text Example

White with #AFEA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEA50; }

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

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

background-color css

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

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

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

border-color css

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

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

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