Html Css Color HEX #AFED01 Spring Bud

📋 copy color: '#AFED01'

red 175 ◦ green 237 ◦ blue 1

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

Shades of Spring Bud #AFED01

Tints of Spring Bud #AFED01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 42.37%
G = 57.38%
B = 0.24%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#AFED01 (or 0xAFED01) is known color: Spring Bud. HEX triplet: AF, ED and 01. RGB value is (175,237,1). Sum of RGB (Red+Green+Blue) = 175+237+1=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 237 (92.97% from 255 or 57.38% from 413); Blue value is 1 (0.78% from 255 or 0.24% from 413); Max value from RGB is 237 - color contains mainly: green. Hex color #AFED01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFED01 is #5012FE. Grayscale: #C0C0C0. Windows color (decimal): -5247743 or 126383. OLE color: 126383.

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

Color convert

RGB 175 237 1 -
CMYK 0.26 0 1.00 0.07
HSL 75.76º 0.99% 0.47% -
HSV(B) 75.76º 1% 0.93% -
XYZ 47.97 69.68 10.95 -
YUV 191.56 20.46 116.19 -
System Red Green Blue C M Y K H S L
Decimal 175 237 1 0.26 0 1.00 0.07 75.76 0.99 0.47
Hex AF ED 1 1A 0 64 7 4C 63 2F
Octal 257 355 1 32 0 144 7 114 143 57
Binary 10101111 11101101 1 11010 0 1100100 111 1001100 1100011 101111

Color Harmonies of #AFED01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFED01

Black with #AFED01

Text Example


Text Example

White with #AFED01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFED01; }

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

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

background-color css

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

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

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

border-color css

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

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

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