Html Css Color HEX #AFF30B Spring Bud

📋 copy color: '#AFF30B'

red 175 ◦ green 243 ◦ blue 11

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

Shades of Spring Bud #AFF30B

Tints of Spring Bud #AFF30B

RGB

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

 GREEN value IS 243 (95.31% from 255) = 56.64%

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

R = 40.79%
G = 56.64%
B = 2.56%

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

#AFF30B (or 0xAFF30B) is known color: Spring Bud. HEX triplet: AF, F3 and 0B. RGB value is (175,243,11). Sum of RGB (Red+Green+Blue) = 175+243+11=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 243 (95.31% from 255 or 56.64% from 429); Blue value is 11 (4.69% from 255 or 2.56% from 429); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF30B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF30B is #500CF4. Grayscale: #C5C5C5. Windows color (decimal): -5246197 or 783279. OLE color: 783279.

HSL color Cylindrical-coordinate representation of color #AFF30B: hue angle of 77.59º 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 #AFF30B is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 243 11 -
CMYK 0.28 0 0.95 0.05
HSL 77.59º 0.91% 0.5% -
HSV(B) 77.59º 0.95% 0.95% -
XYZ 49.79 73.24 11.83 -
YUV 196.22 23.47 112.86 -
System Red Green Blue C M Y K H S L
Decimal 175 243 11 0.28 0 0.95 0.05 77.59 0.91 0.5
Hex AF F3 B 1C 0 5F 5 4E 5B 32
Octal 257 363 13 34 0 137 5 116 133 62
Binary 10101111 11110011 1011 11100 0 1011111 101 1001110 1011011 110010

Color Harmonies of #AFF30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF30B

Black with #AFF30B

Text Example


Text Example

White with #AFF30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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