#B4FD67

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

Shades of Sulu #B4FD67

Tints of Sulu #B4FD67

Color information

#B4FD67 (or 0xB4FD67) is unknown color: approx Sulu. HEX triplet: B4, FD and 67. RGB value is (180,253,103). Sum of RGB (Red+Green+Blue) = 180+253+103=536 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.58% from 536); Green value is 253 (99.22% from 255 or 47.20% from 536); Blue value is 103 (40.62% from 255 or 19.22% from 536); Max value from RGB is 253 - color contains mainly: green. Hex color #B4FD67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4FD67 is #4B0298. Grayscale: #D6D6D6. Windows color (decimal): -4915865 or 6815156. OLE color: 6815156.

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

Color convert

RGB180253103-
CMYK0.2900.590.01
HSL89.2º97.4%69.8%-
HSV(B)89.2º59.29%99.22%-
XYZ56.480.9325.48-
YUV214.0765.32103.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.58%
GREEN value IS 253 (99.22% from 255) = 47.20%
BLUE value IS 103 (40.62% from 255) = 19.22%
R=33.58%
G=47.20%
B=19.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802531030.2900.590.0189.297.469.8
HexB4FD671D03B1596146
Octal264375147350731131141106
Binary101101001111110111001111110101110111101100111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FD67; }

 p { color: rgb(180,253,103); }

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

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

 a { background-color: rgb(180,253,103); }

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

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

 span { border-color: rgb(180,253,103); }

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