#BDFF7E

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

Shades of Sulu #BDFF7E

Tints of Sulu #BDFF7E

Color information

#BDFF7E (or 0xBDFF7E) is unknown color: approx Sulu. HEX triplet: BD, FF and 7E. RGB value is (189,255,126). Sum of RGB (Red+Green+Blue) = 189+255+126=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 126 (49.61% from 255 or 22.11% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFF7E is #420081. Grayscale: #DDDDDD. Windows color (decimal): -4325506 or 8323005. OLE color: 8323005.

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

Color convert

RGB189255126-
CMYK0.2600.510
HSL90.7º100%74.71%-
HSV(B)90.7º50.59%100%-
XYZ60.5183.8532.73-
YUV220.5674.63105.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.16%
GREEN value IS 255 (100% from 255) = 44.74%
BLUE value IS 126 (49.61% from 255) = 22.11%
R=33.16%
G=44.74%
B=22.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892551260.2600.51090.710074.71
HexBDFF7E1A03305b644b
Octal275377176320630133144113
Binary101111011111111111111101101001100110101101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFF7E; }

 p { color: rgb(189,255,126); }

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

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

 a { background-color: rgb(189,255,126); }

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

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

 span { border-color: rgb(189,255,126); }

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