#B4FD72

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

Shades of Sulu #B4FD72

Tints of Sulu #B4FD72

Color information

#B4FD72 (or 0xB4FD72) is unknown color: approx Sulu. HEX triplet: B4, FD and 72. RGB value is (180,253,114). Sum of RGB (Red+Green+Blue) = 180+253+114=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 253 (99.22% from 255 or 46.25% from 547); Blue value is 114 (44.92% from 255 or 20.84% from 547); Max value from RGB is 253 - color contains mainly: green. Hex color #B4FD72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4FD72 is #4B028D. Grayscale: #D7D7D7. Windows color (decimal): -4915854 or 7536052. OLE color: 7536052.

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

Color convert

RGB180253114-
CMYK0.2900.550.01
HSL91.51º97.2%71.96%-
HSV(B)91.51º54.94%99.22%-
XYZ56.9881.1728.58-
YUV215.3370.82102.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.91%
GREEN value IS 253 (99.22% from 255) = 46.25%
BLUE value IS 114 (44.92% from 255) = 20.84%
R=32.91%
G=46.25%
B=20.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802531140.2900.550.0191.5197.271.96
HexB4FD721D03715c6148
Octal264375162350671134141110
Binary101101001111110111100101110101101111101110011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FD72; }

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

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

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

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

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

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

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

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