#BDFF7D

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

Shades of Sulu #BDFF7D

Tints of Sulu #BDFF7D

Color information

#BDFF7D (or 0xBDFF7D) is unknown color: approx Sulu. HEX triplet: BD, FF and 7D. RGB value is (189,255,125). Sum of RGB (Red+Green+Blue) = 189+255+125=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 125 (49.22% from 255 or 21.97% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFF7D is #420082. Grayscale: #DCDCDC. Windows color (decimal): -4325507 or 8257469. OLE color: 8257469.

HSL color Cylindrical-coordinate representation of color #BDFF7D: hue angle of 90.46º 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 #BDFF7D is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB189255125-
CMYK0.2600.510
HSL90.46º100%74.51%-
HSV(B)90.46º50.98%100%-
XYZ60.4583.8232.39-
YUV220.4574.13105.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.22%
GREEN value IS 255 (100% from 255) = 44.82%
BLUE value IS 125 (49.22% from 255) = 21.97%
R=33.22%
G=44.82%
B=21.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892551250.2600.51090.4610074.51
HexBDFF7D1A03305a644b
Octal275377175320630132144113
Binary101111011111111111111011101001100110101101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFF7D; }

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

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

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

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

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

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

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

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