Html Css Color HEX #AFEC02 Spring Bud

📋 copy color: '#AFEC02'

red 175 ◦ green 236 ◦ blue 2

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

Shades of Spring Bud #AFEC02

Tints of Spring Bud #AFEC02

RGB

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

 GREEN value IS 236 (92.58% from 255) = 57.14%

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

R = 42.37%
G = 57.14%
B = 0.48%

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

#AFEC02 (or 0xAFEC02) is known color: Spring Bud. HEX triplet: AF, EC and 02. RGB value is (175,236,2). Sum of RGB (Red+Green+Blue) = 175+236+2=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 236 (92.58% from 255 or 57.14% from 413); Blue value is 2 (1.17% from 255 or 0.48% from 413); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFEC02 is #5013FD. Grayscale: #BFBFBF. Windows color (decimal): -5247998 or 191663. OLE color: 191663.

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

Color convert

RGB 175 236 2 -
CMYK 0.26 0 0.99 0.07
HSL 75.64º 0.98% 0.47% -
HSV(B) 75.64º 0.99% 0.93% -
XYZ 47.69 69.11 10.88 -
YUV 191.09 21.29 116.53 -
System Red Green Blue C M Y K H S L
Decimal 175 236 2 0.26 0 0.99 0.07 75.64 0.98 0.47
Hex AF EC 2 1A 0 63 7 4C 62 2F
Octal 257 354 2 32 0 143 7 114 142 57
Binary 10101111 11101100 10 11010 0 1100011 111 1001100 1100010 101111

Color Harmonies of #AFEC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEC02

Black with #AFEC02

Text Example


Text Example

White with #AFEC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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