Html Css Color HEX #AFF603 Spring Bud

📋 copy color: '#AFF603'

red 175 ◦ green 246 ◦ blue 3

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

Shades of Spring Bud #AFF603

Tints of Spring Bud #AFF603

RGB

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

 GREEN value IS 246 (96.48% from 255) = 58.02%

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

R = 41.27%
G = 58.02%
B = 0.71%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#AFF603 (or 0xAFF603) is known color: Spring Bud. HEX triplet: AF, F6 and 03. RGB value is (175,246,3). Sum of RGB (Red+Green+Blue) = 175+246+3=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 246 (96.48% from 255 or 58.02% from 424); Blue value is 3 (1.56% from 255 or 0.71% from 424); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF603 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF603 is #5009FC. Grayscale: #C5C5C5. Windows color (decimal): -5245437 or 259759. OLE color: 259759.

HSL color Cylindrical-coordinate representation of color #AFF603: hue angle of 77.53º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AFF603 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 246 3 -
CMYK 0.29 0 0.99 0.04
HSL 77.53º 0.98% 0.49% -
HSV(B) 77.53º 0.99% 0.96% -
XYZ 50.65 75.03 11.9 -
YUV 197.07 18.48 112.26 -
System Red Green Blue C M Y K H S L
Decimal 175 246 3 0.29 0 0.99 0.04 77.53 0.98 0.49
Hex AF F6 3 1D 0 63 4 4E 62 31
Octal 257 366 3 35 0 143 4 116 142 61
Binary 10101111 11110110 11 11101 0 1100011 100 1001110 1100010 110001

Color Harmonies of #AFF603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF603

Black with #AFF603

Text Example


Text Example

White with #AFF603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF603; }

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

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

background-color css

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

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

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

border-color css

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

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

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