Html Css Color HEX #FBFF55 Laser Lemon

📋 copy color: '#FBFF55'

red 251 ◦ green 255 ◦ blue 85

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

Shades of Laser Lemon #FBFF55

Tints of Laser Lemon #FBFF55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 14.38%

R = 42.47%
G = 43.15%
B = 14.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#FBFF55 (or 0xFBFF55) is known color: Laser Lemon. HEX triplet: FB, FF and 55. RGB value is (251,255,85). Sum of RGB (Red+Green+Blue) = 251+255+85=591 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.47% from 591); Green value is 255 (100% from 255 or 43.15% from 591); Blue value is 85 (33.59% from 255 or 14.38% from 591); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFF55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFF55 is #0400AA. Grayscale: #EBEBEB. Windows color (decimal): -262315 or 5636091. OLE color: 5636091.

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

Color convert

RGB 251 255 85 -
CMYK 0.02 0 0.67 0
HSL 61.41º 1% 0.67% -
HSV(B) 61.41º 0.67% 1% -
XYZ 77.18 92.69 22.42 -
YUV 234.42 43.67 139.82 -
System Red Green Blue C M Y K H S L
Decimal 251 255 85 0.02 0 0.67 0 61.41 1 0.67
Hex FB FF 55 2 0 43 0 3D 64 43
Octal 373 377 125 2 0 103 0 75 144 103
Binary 11111011 11111111 1010101 10 0 1000011 0 111101 1100100 1000011

Color Harmonies of #FBFF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFF55

Black with #FBFF55

Text Example


Text Example

White with #FBFF55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFF55; }

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

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

background-color css

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

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

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

border-color css

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

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

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