Html Css Color HEX #B1FA68 Sulu

📋 copy color: '#B1FA68'

red 177 ◦ green 250 ◦ blue 104

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

Shades of Sulu #B1FA68

Tints of Sulu #B1FA68

RGB

 RED value IS 177 (69.53% from 255) = 33.33%

 GREEN value IS 250 (98.05% from 255) = 47.08%

 BLUE value IS 104 (41.02% from 255) = 19.59%

R = 33.33%
G = 47.08%
B = 19.59%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#B1FA68 (or 0xB1FA68) is known color: Sulu. HEX triplet: B1, FA and 68. RGB value is (177,250,104). Sum of RGB (Red+Green+Blue) = 177+250+104=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 250 (98.05% from 255 or 47.08% from 531); Blue value is 104 (41.02% from 255 or 19.59% from 531); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FA68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1FA68 is #4E0597. Grayscale: #D4D4D4. Windows color (decimal): -5113240 or 6879921. OLE color: 6879921.

HSL color Cylindrical-coordinate representation of color #B1FA68: hue angle of 90º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B1FA68 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 250 104 -
CMYK 0.29 0 0.58 0.02
HSL 90º 0.94% 0.69% -
HSV(B) 90º 0.58% 0.98% -
XYZ 54.82 78.72 25.4 -
YUV 211.53 67.32 103.37 -
System Red Green Blue C M Y K H S L
Decimal 177 250 104 0.29 0 0.58 0.02 90 0.94 0.69
Hex B1 FA 68 1D 0 3A 2 5A 5E 45
Octal 261 372 150 35 0 72 2 132 136 105
Binary 10110001 11111010 1101000 11101 0 111010 10 1011010 1011110 1000101

Color Harmonies of #B1FA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FA68

Black with #B1FA68

Text Example


Text Example

White with #B1FA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FA68; }

 p { color: rgb(177,250,104); }

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

background-color css

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

 a { background-color: rgb(177,250,104); }

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

border-color css

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

 span { border-color: rgb(177,250,104); }

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