Html Css Color HEX #AFED00 Spring Bud

📋 copy color: '#AFED00'

red 175 ◦ green 237 ◦ blue 0

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

Shades of Spring Bud #AFED00

Tints of Spring Bud #AFED00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.48%
G = 57.52%
B = 0%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#AFED00 (or 0xAFED00) is known color: Spring Bud. HEX triplet: AF, ED and 00. RGB value is (175,237,0). Sum of RGB (Red+Green+Blue) = 175+237+0=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 237 (92.97% from 255 or 57.52% from 412); Blue value is 0 (0.39% from 255 or 0% from 412); Max value from RGB is 237 - color contains mainly: green. Hex color #AFED00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFED00 is #5012FF. Grayscale: #C0C0C0. Windows color (decimal): -5247744 or 60847. OLE color: 60847.

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

Color convert

RGB 175 237 0 -
CMYK 0.26 0 1 0.07
HSL 75.7º 1% 0.46% -
HSV(B) 75.7º 1% 0.93% -
XYZ 47.96 69.68 10.92 -
YUV 191.44 19.96 116.27 -
System Red Green Blue C M Y K H S L
Decimal 175 237 0 0.26 0 1 0.07 75.7 1 0.46
Hex AF ED 0 1A 0 64 7 4C 64 2E
Octal 257 355 0 32 0 144 7 114 144 56
Binary 10101111 11101101 0 11010 0 1100100 111 1001100 1100100 101110

Color Harmonies of #AFED00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFED00

Black with #AFED00

Text Example


Text Example

White with #AFED00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFED00; }

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

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

background-color css

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

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

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

border-color css

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

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

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