#B4F972

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

Shades of Sulu #B4F972

Tints of Sulu #B4F972

Color information

#B4F972 (or 0xB4F972) is unknown color: approx Sulu. HEX triplet: B4, F9 and 72. RGB value is (180,249,114). Sum of RGB (Red+Green+Blue) = 180+249+114=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 249 (97.66% from 255 or 45.86% from 543); Blue value is 114 (44.92% from 255 or 20.99% from 543); Max value from RGB is 249 - color contains mainly: green. Hex color #B4F972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F972 is #4B068D. Grayscale: #D5D5D5. Windows color (decimal): -4916878 or 7535028. OLE color: 7535028.

HSL color Cylindrical-coordinate representation of color #B4F972: hue angle of 90.67º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B4F972 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB180249114-
CMYK0.2800.540.02
HSL90.67º91.84%71.18%-
HSV(B)90.67º54.22%97.65%-
XYZ55.7478.6728.17-
YUV212.9872.14104.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.15%
GREEN value IS 249 (97.66% from 255) = 45.86%
BLUE value IS 114 (44.92% from 255) = 20.99%
R=33.15%
G=45.86%
B=20.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802491140.2800.540.0290.6791.8471.18
HexB4F9721C03625b5c47
Octal264371162340662133134107
Binary1011010011111001111001011100011011010101101110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F972; }

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

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

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

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

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

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

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

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