Html Css Color HEX #AFF20B Spring Bud

📋 copy color: '#AFF20B'

red 175 ◦ green 242 ◦ blue 11

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

Shades of Spring Bud #AFF20B

Tints of Spring Bud #AFF20B

RGB

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

 GREEN value IS 242 (94.92% from 255) = 56.54%

 BLUE value IS 11 (4.69% from 255) = 2.57%

R = 40.89%
G = 56.54%
B = 2.57%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#AFF20B (or 0xAFF20B) is known color: Spring Bud. HEX triplet: AF, F2 and 0B. RGB value is (175,242,11). Sum of RGB (Red+Green+Blue) = 175+242+11=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 242 (94.92% from 255 or 56.54% from 428); Blue value is 11 (4.69% from 255 or 2.57% from 428); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF20B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF20B is #500DF4. Grayscale: #C4C4C4. Windows color (decimal): -5246453 or 783023. OLE color: 783023.

HSL color Cylindrical-coordinate representation of color #AFF20B: hue angle of 77.4º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFF20B is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 11 -
CMYK 0.28 0 0.95 0.05
HSL 77.4º 0.91% 0.5% -
HSV(B) 77.4º 0.95% 0.95% -
XYZ 49.49 72.64 11.73 -
YUV 195.63 23.8 113.28 -
System Red Green Blue C M Y K H S L
Decimal 175 242 11 0.28 0 0.95 0.05 77.4 0.91 0.5
Hex AF F2 B 1C 0 5F 5 4D 5B 32
Octal 257 362 13 34 0 137 5 115 133 62
Binary 10101111 11110010 1011 11100 0 1011111 101 1001101 1011011 110010

Color Harmonies of #AFF20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF20B

Black with #AFF20B

Text Example


Text Example

White with #AFF20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF20B; }

 p { color: rgb(175,242,11); }

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

background-color css

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

 a { background-color: rgb(175,242,11); }

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

border-color css

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

 span { border-color: rgb(175,242,11); }

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