#BDE671

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

Shades of Sulu #BDE671

Tints of Sulu #BDE671

Color information

#BDE671 (or 0xBDE671) is unknown color: approx Sulu. HEX triplet: BD, E6 and 71. RGB value is (189,230,113). Sum of RGB (Red+Green+Blue) = 189+230+113=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 230 (90.23% from 255 or 43.23% from 532); Blue value is 113 (44.53% from 255 or 21.24% from 532); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE671 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE671 is #42198E. Grayscale: #CCCCCC. Windows color (decimal): -4331919 or 7464637. OLE color: 7464637.

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

Color convert

RGB189230113-
CMYK0.1800.510.10
HSL81.03º70.06%67.25%-
HSV(B)81.03º50.87%90.2%-
XYZ52.2668.626.11-
YUV204.476.42117.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.53%
GREEN value IS 230 (90.23% from 255) = 43.23%
BLUE value IS 113 (44.53% from 255) = 21.24%
R=35.53%
G=43.23%
B=21.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1892301130.1800.510.1081.0370.0667.25
HexBDE67112033A514643
Octal2753461612206312121106103
Binary101111011110011011100011001001100111010101000110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE671; }

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

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

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

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

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

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

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

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