#BDFD68

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

Shades of Sulu #BDFD68

Tints of Sulu #BDFD68

Color information

#BDFD68 (or 0xBDFD68) is unknown color: approx Sulu. HEX triplet: BD, FD and 68. RGB value is (189,253,104). Sum of RGB (Red+Green+Blue) = 189+253+104=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 253 (99.22% from 255 or 46.34% from 546); Blue value is 104 (41.02% from 255 or 19.05% from 546); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFD68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFD68 is #420297. Grayscale: #D9D9D9. Windows color (decimal): -4326040 or 6880701. OLE color: 6880701.

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

Color convert

RGB189253104-
CMYK0.2500.590.01
HSL85.77º97.39%70%-
HSV(B)85.77º58.89%99.22%-
XYZ58.6182.0725.85-
YUV216.8864.3108.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.62%
GREEN value IS 253 (99.22% from 255) = 46.34%
BLUE value IS 104 (41.02% from 255) = 19.05%
R=34.62%
G=46.34%
B=19.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892531040.2500.590.0185.7797.3970
HexBDFD681903B1566146
Octal275375150310731126141106
Binary101111011111110111010001100101110111101011011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFD68; }

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

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

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

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

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

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

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

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