Html Css Color HEX #B4FB68 Sulu

📋 copy color: '#B4FB68'

red 180 ◦ green 251 ◦ blue 104

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

Shades of Sulu #B4FB68

Tints of Sulu #B4FB68

RGB

 RED value IS 180 (70.7% from 255) = 33.64%

 GREEN value IS 251 (98.44% from 255) = 46.92%

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

R = 33.64%
G = 46.92%
B = 19.44%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#B4FB68 (or 0xB4FB68) is known color: Sulu. HEX triplet: B4, FB and 68. RGB value is (180,251,104). Sum of RGB (Red+Green+Blue) = 180+251+104=535 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.64% from 535); Green value is 251 (98.44% from 255 or 46.92% from 535); Blue value is 104 (41.02% from 255 or 19.44% from 535); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FB68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4FB68 is #4B0497. Grayscale: #D5D5D5. Windows color (decimal): -4916376 or 6880180. OLE color: 6880180.

HSL color Cylindrical-coordinate representation of color #B4FB68: hue angle of 88.98º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B4FB68 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 251 104 -
CMYK 0.28 0 0.59 0.02
HSL 88.98º 0.95% 0.7% -
HSV(B) 88.98º 0.59% 0.98% -
XYZ 55.82 79.7 25.54 -
YUV 213.01 66.48 104.45 -
System Red Green Blue C M Y K H S L
Decimal 180 251 104 0.28 0 0.59 0.02 88.98 0.95 0.7
Hex B4 FB 68 1C 0 3B 2 59 5F 46
Octal 264 373 150 34 0 73 2 131 137 106
Binary 10110100 11111011 1101000 11100 0 111011 10 1011001 1011111 1000110

Color Harmonies of #B4FB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FB68

Black with #B4FB68

Text Example


Text Example

White with #B4FB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FB68; }

 p { color: rgb(180,251,104); }

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

background-color css

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

 a { background-color: rgb(180,251,104); }

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

border-color css

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

 span { border-color: rgb(180,251,104); }

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