#BDFD6D

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

Shades of Sulu #BDFD6D

Tints of Sulu #BDFD6D

Color information

#BDFD6D (or 0xBDFD6D) is unknown color: approx Sulu. HEX triplet: BD, FD and 6D. RGB value is (189,253,109). Sum of RGB (Red+Green+Blue) = 189+253+109=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 253 (99.22% from 255 or 45.92% from 551); Blue value is 109 (42.97% from 255 or 19.78% from 551); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFD6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFD6D is #420292. Grayscale: #D9D9D9. Windows color (decimal): -4326035 or 7208381. OLE color: 7208381.

HSL color Cylindrical-coordinate representation of color #BDFD6D: hue angle of 86.67º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDFD6D is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB189253109-
CMYK0.2500.570.01
HSL86.67º97.3%70.98%-
HSV(B)86.67º56.92%99.22%-
XYZ58.8782.1727.23-
YUV217.4566.8107.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.30%
GREEN value IS 253 (99.22% from 255) = 45.92%
BLUE value IS 109 (42.97% from 255) = 19.78%
R=34.30%
G=45.92%
B=19.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892531090.2500.570.0186.6797.370.98
HexBDFD6D190391576147
Octal275375155310711127141107
Binary101111011111110111011011100101110011101011111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFD6D; }

 p { color: rgb(189,253,109); }

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

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

 a { background-color: rgb(189,253,109); }

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

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

 span { border-color: rgb(189,253,109); }

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