#BDEC79

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

Shades of Sulu #BDEC79

Tints of Sulu #BDEC79

Color information

#BDEC79 (or 0xBDEC79) is unknown color: approx Sulu. HEX triplet: BD, EC and 79. RGB value is (189,236,121). Sum of RGB (Red+Green+Blue) = 189+236+121=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 121 (47.66% from 255 or 22.16% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #BDEC79 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEC79 is #421386. Grayscale: #D1D1D1. Windows color (decimal): -4330375 or 7990461. OLE color: 7990461.

HSL color Cylindrical-coordinate representation of color #BDEC79: hue angle of 84.52º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDEC79 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB189236121-
CMYK0.2000.490.07
HSL84.52º75.16%70%-
HSV(B)84.52º48.73%92.55%-
XYZ54.4372.1929.15-
YUV208.8478.43113.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.62%
GREEN value IS 236 (92.58% from 255) = 43.22%
BLUE value IS 121 (47.66% from 255) = 22.16%
R=34.62%
G=43.22%
B=22.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892361210.2000.490.0784.5275.1670
HexBDEC79140317554b46
Octal275354171240617125113106
Binary10111101111011001111001101000110001111101010110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEC79; }

 p { color: rgb(189,236,121); }

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

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

 a { background-color: rgb(189,236,121); }

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

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

 span { border-color: rgb(189,236,121); }

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