Html Css Color HEX #B4FF68 Sulu

📋 copy color: '#B4FF68'

red 180 ◦ green 255 ◦ blue 104

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

Shades of Sulu #B4FF68

Tints of Sulu #B4FF68

RGB

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

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

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

R = 33.4%
G = 47.31%
B = 19.29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.59

 K value IS 0

RGB Variations

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

Color information

#B4FF68 (or 0xB4FF68) is known color: Sulu. HEX triplet: B4, FF and 68. RGB value is (180,255,104). Sum of RGB (Red+Green+Blue) = 180+255+104=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 104 (41.02% from 255 or 19.29% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FF68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4FF68 is #4B0097. Grayscale: #D7D7D7. Windows color (decimal): -4915352 or 6881204. OLE color: 6881204.

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

Color convert

RGB 180 255 104 -
CMYK 0.29 0 0.59 0
HSL 89.8º 1% 0.7% -
HSV(B) 89.8º 0.59% 1% -
XYZ 57.08 82.22 25.96 -
YUV 215.36 65.15 102.78 -
System Red Green Blue C M Y K H S L
Decimal 180 255 104 0.29 0 0.59 0 89.8 1 0.7
Hex B4 FF 68 1D 0 3B 0 5A 64 46
Octal 264 377 150 35 0 73 0 132 144 106
Binary 10110100 11111111 1101000 11101 0 111011 0 1011010 1100100 1000110

Color Harmonies of #B4FF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FF68

Black with #B4FF68

Text Example


Text Example

White with #B4FF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FF68; }

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

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

background-color css

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

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

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

border-color css

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

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

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