Html Css Color HEX #AFEE03 Spring Bud

📋 copy color: '#AFEE03'

red 175 ◦ green 238 ◦ blue 3

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

Shades of Spring Bud #AFEE03

Tints of Spring Bud #AFEE03

RGB

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

 GREEN value IS 238 (93.36% from 255) = 57.21%

 BLUE value IS 3 (1.56% from 255) = 0.72%

R = 42.07%
G = 57.21%
B = 0.72%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#AFEE03 (or 0xAFEE03) is known color: Spring Bud. HEX triplet: AF, EE and 03. RGB value is (175,238,3). Sum of RGB (Red+Green+Blue) = 175+238+3=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 238 (93.36% from 255 or 57.21% from 416); Blue value is 3 (1.56% from 255 or 0.72% from 416); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEE03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFEE03 is #5011FC. Grayscale: #C1C1C1. Windows color (decimal): -5247485 or 257711. OLE color: 257711.

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

Color convert

RGB 175 238 3 -
CMYK 0.26 0 0.99 0.07
HSL 76.09º 0.98% 0.47% -
HSV(B) 76.09º 0.99% 0.93% -
XYZ 48.27 70.27 11.11 -
YUV 192.37 21.13 115.61 -
System Red Green Blue C M Y K H S L
Decimal 175 238 3 0.26 0 0.99 0.07 76.09 0.98 0.47
Hex AF EE 3 1A 0 63 7 4C 62 2F
Octal 257 356 3 32 0 143 7 114 142 57
Binary 10101111 11101110 11 11010 0 1100011 111 1001100 1100010 101111

Color Harmonies of #AFEE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEE03

Black with #AFEE03

Text Example


Text Example

White with #AFEE03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEE03; }

 p { color: rgb(175,238,3); }

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

background-color css

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

 a { background-color: rgb(175,238,3); }

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

border-color css

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

 span { border-color: rgb(175,238,3); }

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