#fbff72

Color #FBFF72 Laser Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laser Lemon #FBFF72

Tints of Laser Lemon #FBFF72

Color information

#FBFF72 (or 0xFBFF72) is unknown color: approx Laser Lemon. HEX triplet: FB, FF and 72. RGB value is (251,255,114). Sum of RGB (Red+Green+Blue) = 251+255+114=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 114 (44.92% from 255 or 18.39% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFF72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFF72 is #04008D. Grayscale: #EEEEEE. Windows color (decimal): -262286 or 7536635. OLE color: 7536635.

HSL color Cylindrical-coordinate representation of color #FBFF72: hue angle of 61.7º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FBFF72 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB251255114-
CMYK0.0200.550
HSL61.7º100%72.35%-
HSV(B)61.7º55.29%100%-
XYZ78.5893.2429.78-
YUV237.7358.17137.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.48%
GREEN value IS 255 (100% from 255) = 41.13%
BLUE value IS 114 (44.92% from 255) = 18.39%
R=40.48%
G=41.13%
B=18.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512551140.0200.55061.710072.35
HexFBFF72203703e6448
Octal3733771622067076144110
Binary11111011111111111110010100110111011111011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fbff72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fbff72; }

 p { color: rgb(251,255,114); }

 H1.HeaderClassName
 {
   color: #fbff72;
 }
 .AnyTagClassName
 {
   color: #fbff72;
 }
</style>
background-color css

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

 a { background-color: rgb(251,255,114); }

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

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

 span { border-color: rgb(251,255,114); }

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