Html Css Color HEX #AFEF00 Spring Bud

📋 copy color: '#AFEF00'

red 175 ◦ green 239 ◦ blue 0

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

Shades of Spring Bud #AFEF00

Tints of Spring Bud #AFEF00

RGB

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

 GREEN value IS 239 (93.75% from 255) = 57.73%

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

R = 42.27%
G = 57.73%
B = 0%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#AFEF00 (or 0xAFEF00) is known color: Spring Bud. HEX triplet: AF, EF and 00. RGB value is (175,239,0). Sum of RGB (Red+Green+Blue) = 175+239+0=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 239 (93.75% from 255 or 57.73% from 414); Blue value is 0 (0.39% from 255 or 0% from 414); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEF00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFEF00 is #5010FF. Grayscale: #C1C1C1. Windows color (decimal): -5247232 or 61359. OLE color: 61359.

HSL color Cylindrical-coordinate representation of color #AFEF00: hue angle of 76.07º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFEF00 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 239 0 -
CMYK 0.27 0 1 0.06
HSL 76.07º 1% 0.47% -
HSV(B) 76.07º 1% 0.94% -
XYZ 48.55 70.85 11.12 -
YUV 192.62 19.3 115.43 -
System Red Green Blue C M Y K H S L
Decimal 175 239 0 0.27 0 1 0.06 76.07 1 0.47
Hex AF EF 0 1B 0 64 6 4C 64 2F
Octal 257 357 0 33 0 144 6 114 144 57
Binary 10101111 11101111 0 11011 0 1100100 110 1001100 1100100 101111

Color Harmonies of #AFEF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEF00

Black with #AFEF00

Text Example


Text Example

White with #AFEF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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