#AFF30B

Color #AFF30B Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #AFF30B

Tints of Spring Bud #AFF30B

Color information

#AFF30B (or 0xAFF30B) is unknown color: approx 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

RGB17524311-
CMYK0.2800.950.05
HSL77.59º91.34%49.8%-
HSV(B)77.59º95.47%95.29%-
XYZ49.7973.2411.83-
YUV196.2223.47112.86-

RGB Variations

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

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 (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal175243110.2800.950.0577.5991.3449.8
HexAFF3B1C05F54e5b32
Octal25736313340137511613362
Binary10101111111100111011111000101111110110011101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF30B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>