#BDFE8D

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

Shades of Sulu #BDFE8D

Tints of Sulu #BDFE8D

Color information

#BDFE8D (or 0xBDFE8D) is unknown color: approx Sulu. HEX triplet: BD, FE and 8D. RGB value is (189,254,141). Sum of RGB (Red+Green+Blue) = 189+254+141=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 141 (55.47% from 255 or 24.14% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFE8D is #420172. Grayscale: #DEDEDE. Windows color (decimal): -4325747 or 9305789. OLE color: 9305789.

HSL color Cylindrical-coordinate representation of color #BDFE8D: hue angle of 94.51º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDFE8D is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.

Color convert

RGB189254141-
CMYK0.2600.440.00
HSL94.51º98.26%77.45%-
HSV(B)94.51º44.49%99.61%-
XYZ61.2483.6338.11-
YUV221.6882.47104.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.36%
GREEN value IS 254 (99.61% from 255) = 43.49%
BLUE value IS 141 (55.47% from 255) = 24.14%
R=32.36%
G=43.49%
B=24.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892541410.2600.440.0094.5198.2677.45
HexBDFE8D1A02C05f624d
Octal275376215320540137142115
Binary1011110111111110100011011101001011000101111111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFE8D; }

 p { color: rgb(189,254,141); }

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

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

 a { background-color: rgb(189,254,141); }

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

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

 span { border-color: rgb(189,254,141); }

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