#BDE67E

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

Shades of Sulu #BDE67E

Tints of Sulu #BDE67E

Color information

#BDE67E (or 0xBDE67E) is unknown color: approx Sulu. HEX triplet: BD, E6 and 7E. RGB value is (189,230,126). Sum of RGB (Red+Green+Blue) = 189+230+126=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 230 (90.23% from 255 or 42.20% from 545); Blue value is 126 (49.61% from 255 or 23.12% from 545); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE67E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE67E is #421981. Grayscale: #CECECE. Windows color (decimal): -4331906 or 8316605. OLE color: 8316605.

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

Color convert

RGB189230126-
CMYK0.1800.450.10
HSL83.65º67.53%69.8%-
HSV(B)83.65º45.22%90.2%-
XYZ53.0568.9230.25-
YUV205.8882.92115.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.68%
GREEN value IS 230 (90.23% from 255) = 42.20%
BLUE value IS 126 (49.61% from 255) = 23.12%
R=34.68%
G=42.20%
B=23.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1892301260.1800.450.1083.6567.5369.8
HexBDE67E1202DA544446
Octal2753461762205512124104106
Binary101111011110011011111101001001011011010101010010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE67E; }

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

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

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

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

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

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

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

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