#B4FF69

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

Shades of Sulu #B4FF69

Tints of Sulu #B4FF69

Color information

#B4FF69 (or 0xB4FF69) is unknown color: approx Sulu. HEX triplet: B4, FF and 69. RGB value is (180,255,105). Sum of RGB (Red+Green+Blue) = 180+255+105=540 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.33% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 105 (41.41% from 255 or 19.44% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FF69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4FF69 is #4B0096. Grayscale: #D8D8D8. Windows color (decimal): -4915351 or 6946740. OLE color: 6946740.

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

Color convert

RGB180255105-
CMYK0.2900.590
HSL90º100%70.59%-
HSV(B)90º58.82%100%-
XYZ57.1382.2426.23-
YUV215.4865.65102.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.33%
GREEN value IS 255 (100% from 255) = 47.22%
BLUE value IS 105 (41.41% from 255) = 19.44%
R=33.33%
G=47.22%
B=19.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1802551050.2900.5909010070.59
HexB4FF691D03B05a6447
Octal264377151350730132144107
Binary101101001111111111010011110101110110101101011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FF69; }

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

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

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

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

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

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

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

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