#B4F97D

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

Shades of Sulu #B4F97D

Tints of Sulu #B4F97D

Color information

#B4F97D (or 0xB4F97D) is unknown color: approx Sulu. HEX triplet: B4, F9 and 7D. RGB value is (180,249,125). Sum of RGB (Red+Green+Blue) = 180+249+125=554 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.49% from 554); Green value is 249 (97.66% from 255 or 44.95% from 554); Blue value is 125 (49.22% from 255 or 22.56% from 554); Max value from RGB is 249 - color contains mainly: green. Hex color #B4F97D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F97D is #4B0682. Grayscale: #D6D6D6. Windows color (decimal): -4916867 or 8255924. OLE color: 8255924.

HSL color Cylindrical-coordinate representation of color #B4F97D: hue angle of 93.39º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B4F97D is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB180249125-
CMYK0.2800.500.02
HSL93.39º91.18%73.33%-
HSV(B)93.39º49.8%97.65%-
XYZ56.478.9431.67-
YUV214.2377.64103.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.49%
GREEN value IS 249 (97.66% from 255) = 44.95%
BLUE value IS 125 (49.22% from 255) = 22.56%
R=32.49%
G=44.95%
B=22.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802491250.2800.500.0293.3991.1873.33
HexB4F97D1C03225d5b49
Octal264371175340622135133111
Binary1011010011111001111110111100011001010101110110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F97D; }

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

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

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

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

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

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

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

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