Html Css Color HEX #AFF602 Spring Bud

📋 copy color: '#AFF602'

red 175 ◦ green 246 ◦ blue 2

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

Shades of Spring Bud #AFF602

Tints of Spring Bud #AFF602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.47%

R = 41.37%
G = 58.16%
B = 0.47%

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

#AFF602 (or 0xAFF602) is known color: Spring Bud. HEX triplet: AF, F6 and 02. RGB value is (175,246,2). Sum of RGB (Red+Green+Blue) = 175+246+2=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 246 (96.48% from 255 or 58.16% from 423); Blue value is 2 (1.17% from 255 or 0.47% from 423); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF602 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF602 is #5009FD. Grayscale: #C5C5C5. Windows color (decimal): -5245438 or 194223. OLE color: 194223.

HSL color Cylindrical-coordinate representation of color #AFF602: hue angle of 77.46º 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 #AFF602 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 246 2 -
CMYK 0.29 0 0.99 0.04
HSL 77.46º 0.98% 0.49% -
HSV(B) 77.46º 0.99% 0.96% -
XYZ 50.65 75.03 11.87 -
YUV 196.96 17.98 112.34 -
System Red Green Blue C M Y K H S L
Decimal 175 246 2 0.29 0 0.99 0.04 77.46 0.98 0.49
Hex AF F6 2 1D 0 63 4 4D 62 31
Octal 257 366 2 35 0 143 4 115 142 61
Binary 10101111 11110110 10 11101 0 1100011 100 1001101 1100010 110001

Color Harmonies of #AFF602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF602

Black with #AFF602

Text Example


Text Example

White with #AFF602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF602; }

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

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

background-color css

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

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

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

border-color css

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

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

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