Html Css Color HEX #FBFF5E Laser Lemon

📋 copy color: '#FBFF5E'

red 251 ◦ green 255 ◦ blue 94

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

Shades of Laser Lemon #FBFF5E

Tints of Laser Lemon #FBFF5E

RGB

 RED value IS 251 (98.44% from 255) = 41.83%

 GREEN value IS 255 (100% from 255) = 42.5%

 BLUE value IS 94 (37.11% from 255) = 15.67%

R = 41.83%
G = 42.5%
B = 15.67%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FBFF5E (or 0xFBFF5E) is known color: Laser Lemon. HEX triplet: FB, FF and 5E. RGB value is (251,255,94). Sum of RGB (Red+Green+Blue) = 251+255+94=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 94 (37.11% from 255 or 15.67% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFF5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFF5E is #0400A1. Grayscale: #ECECEC. Windows color (decimal): -262306 or 6225915. OLE color: 6225915.

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

Color convert

RGB 251 255 94 -
CMYK 0.02 0 0.63 0
HSL 61.49º 1% 0.68% -
HSV(B) 61.49º 0.63% 1% -
XYZ 77.56 92.84 24.42 -
YUV 235.45 48.17 139.09 -
System Red Green Blue C M Y K H S L
Decimal 251 255 94 0.02 0 0.63 0 61.49 1 0.68
Hex FB FF 5E 2 0 3F 0 3D 64 44
Octal 373 377 136 2 0 77 0 75 144 104
Binary 11111011 11111111 1011110 10 0 111111 0 111101 1100100 1000100

Color Harmonies of #FBFF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFF5E

Black with #FBFF5E

Text Example


Text Example

White with #FBFF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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