Html Css Color HEX #AFEC00 Spring Bud

📋 copy color: '#AFEC00'

red 175 ◦ green 236 ◦ blue 0

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

Shades of Spring Bud #AFEC00

Tints of Spring Bud #AFEC00

RGB

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

 GREEN value IS 236 (92.58% from 255) = 57.42%

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

R = 42.58%
G = 57.42%
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

#AFEC00 (or 0xAFEC00) is known color: Spring Bud. HEX triplet: AF, EC and 00. RGB value is (175,236,0). Sum of RGB (Red+Green+Blue) = 175+236+0=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 236 (92.58% from 255 or 57.42% from 411); Blue value is 0 (0.39% from 255 or 0% from 411); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFEC00 is #5013FF. Grayscale: #BFBFBF. Windows color (decimal): -5248000 or 60591. OLE color: 60591.

HSL color Cylindrical-coordinate representation of color #AFEC00: hue angle of 75.51º 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 #AFEC00 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 236 0 -
CMYK 0.26 0 1 0.07
HSL 75.51º 1% 0.46% -
HSV(B) 75.51º 1% 0.93% -
XYZ 47.67 69.1 10.83 -
YUV 190.86 20.29 116.69 -
System Red Green Blue C M Y K H S L
Decimal 175 236 0 0.26 0 1 0.07 75.51 1 0.46
Hex AF EC 0 1A 0 64 7 4C 64 2E
Octal 257 354 0 32 0 144 7 114 144 56
Binary 10101111 11101100 0 11010 0 1100100 111 1001100 1100100 101110

Color Harmonies of #AFEC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEC00

Black with #AFEC00

Text Example


Text Example

White with #AFEC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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