#B4F069

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

Shades of Sulu #B4F069

Tints of Sulu #B4F069

Color information

#B4F069 (or 0xB4F069) is unknown color: approx Sulu. HEX triplet: B4, F0 and 69. RGB value is (180,240,105). Sum of RGB (Red+Green+Blue) = 180+240+105=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 240 (94.14% from 255 or 45.71% from 525); Blue value is 105 (41.41% from 255 or 20% from 525); Max value from RGB is 240 - color contains mainly: green. Hex color #B4F069 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F069 is #4B0F96. Grayscale: #CFCFCF. Windows color (decimal): -4919191 or 6942900. OLE color: 6942900.

HSL color Cylindrical-coordinate representation of color #B4F069: hue angle of 86.67º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B4F069 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB180240105-
CMYK0.2500.560.06
HSL86.67º81.82%67.65%-
HSV(B)86.67º56.25%94.12%-
XYZ52.5373.0424.69-
YUV206.6770.62108.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.29%
GREEN value IS 240 (94.14% from 255) = 45.71%
BLUE value IS 105 (41.41% from 255) = 20%
R=34.29%
G=45.71%
B=20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1802401050.2500.560.0686.6781.8267.65
HexB4F069190386575244
Octal264360151310706127122104
Binary10110100111100001101001110010111000110101011110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F069; }

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

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

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

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

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

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

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

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