#BDE674

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

Shades of Sulu #BDE674

Tints of Sulu #BDE674

Color information

#BDE674 (or 0xBDE674) is unknown color: approx Sulu. HEX triplet: BD, E6 and 74. RGB value is (189,230,116). Sum of RGB (Red+Green+Blue) = 189+230+116=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 230 (90.23% from 255 or 42.99% from 535); Blue value is 116 (45.70% from 255 or 21.68% from 535); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE674 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE674 is #42198B. Grayscale: #CDCDCD. Windows color (decimal): -4331916 or 7661245. OLE color: 7661245.

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

Color convert

RGB189230116-
CMYK0.1800.500.10
HSL81.58º69.51%67.84%-
HSV(B)81.58º49.57%90.2%-
XYZ52.4468.6727.01-
YUV204.7477.92116.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.33%
GREEN value IS 230 (90.23% from 255) = 42.99%
BLUE value IS 116 (45.70% from 255) = 21.68%
R=35.33%
G=42.99%
B=21.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1892301160.1800.500.1081.5869.5167.84
HexBDE67412032A524644
Octal2753461642206212122106104
Binary101111011110011011101001001001100101010101001010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE674; }

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

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

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

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

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

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

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

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