#BDE679

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

Shades of Sulu #BDE679

Tints of Sulu #BDE679

Color information

#BDE679 (or 0xBDE679) is unknown color: approx Sulu. HEX triplet: BD, E6 and 79. RGB value is (189,230,121). Sum of RGB (Red+Green+Blue) = 189+230+121=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 230 (90.23% from 255 or 42.59% from 540); Blue value is 121 (47.66% from 255 or 22.41% from 540); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE679 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE679 is #421986. Grayscale: #CDCDCD. Windows color (decimal): -4331911 or 7988925. OLE color: 7988925.

HSL color Cylindrical-coordinate representation of color #BDE679: hue angle of 82.57º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDE679 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB189230121-
CMYK0.1800.470.10
HSL82.57º68.55%68.82%-
HSV(B)82.57º47.39%90.2%-
XYZ52.7368.7928.59-
YUV205.3280.42116.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35%
GREEN value IS 230 (90.23% from 255) = 42.59%
BLUE value IS 121 (47.66% from 255) = 22.41%
R=35%
G=42.59%
B=22.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1892301210.1800.470.1082.5768.5568.82
HexBDE6791202FA534545
Octal2753461712205712123105105
Binary101111011110011011110011001001011111010101001110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE679; }

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

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

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

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

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

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

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

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