Html Css Color HEX #AFEF03 Spring Bud

📋 copy color: '#AFEF03'

red 175 ◦ green 239 ◦ blue 3

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

Shades of Spring Bud #AFEF03

Tints of Spring Bud #AFEF03

RGB

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

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

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

R = 41.97%
G = 57.31%
B = 0.72%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#AFEF03 (or 0xAFEF03) is known color: Spring Bud. HEX triplet: AF, EF and 03. RGB value is (175,239,3). Sum of RGB (Red+Green+Blue) = 175+239+3=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 239 (93.75% from 255 or 57.31% from 417); Blue value is 3 (1.56% from 255 or 0.72% from 417); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEF03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFEF03 is #5010FC. Grayscale: #C1C1C1. Windows color (decimal): -5247229 or 257967. OLE color: 257967.

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

Color convert

RGB 175 239 3 -
CMYK 0.27 0 0.99 0.06
HSL 76.27º 0.98% 0.47% -
HSV(B) 76.27º 0.99% 0.94% -
XYZ 48.56 70.85 11.2 -
YUV 192.96 20.8 115.19 -
System Red Green Blue C M Y K H S L
Decimal 175 239 3 0.27 0 0.99 0.06 76.27 0.98 0.47
Hex AF EF 3 1B 0 63 6 4C 62 2F
Octal 257 357 3 33 0 143 6 114 142 57
Binary 10101111 11101111 11 11011 0 1100011 110 1001100 1100010 101111

Color Harmonies of #AFEF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEF03

Black with #AFEF03

Text Example


Text Example

White with #AFEF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEF03; }

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

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

background-color css

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

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

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

border-color css

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

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

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