#B4FF66

Color #B4FF66 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #B4FF66

Tints of Sulu #B4FF66

Color information

#B4FF66 (or 0xB4FF66) is unknown color: approx Sulu. HEX triplet: B4, FF and 66. RGB value is (180,255,102). Sum of RGB (Red+Green+Blue) = 180+255+102=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 102 (40.23% from 255 or 18.99% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FF66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4FF66 is #4B0099. Grayscale: #D7D7D7. Windows color (decimal): -4915354 or 6750132. OLE color: 6750132.

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

Color convert

RGB180255102-
CMYK0.2900.60
HSL89.41º100%70%-
HSV(B)89.41º60%100%-
XYZ56.9882.1825.43-
YUV215.1364.15102.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.52%
GREEN value IS 255 (100% from 255) = 47.49%
BLUE value IS 102 (40.23% from 255) = 18.99%
R=33.52%
G=47.49%
B=18.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1802551020.2900.6089.4110070
HexB4FF661D03C0596446
Octal264377146350740131144106
Binary101101001111111111001101110101111000101100111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FF66; }

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

 H1.HeaderClassName
 {
   color: #B4FF66;
 }
 .AnyTagClassName
 {
   color: #B4FF66;
 }
</style>
background-color css

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

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

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

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

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

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