#BDED68

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

Shades of Sulu #BDED68

Tints of Sulu #BDED68

Color information

#BDED68 (or 0xBDED68) is unknown color: approx Sulu. HEX triplet: BD, ED and 68. RGB value is (189,237,104). Sum of RGB (Red+Green+Blue) = 189+237+104=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 237 (92.97% from 255 or 44.72% from 530); Blue value is 104 (41.02% from 255 or 19.62% from 530); Max value from RGB is 237 - color contains mainly: green. Hex color #BDED68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDED68 is #421297. Grayscale: #CFCFCF. Windows color (decimal): -4330136 or 6876605. OLE color: 6876605.

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

Color convert

RGB189237104-
CMYK0.2000.560.07
HSL81.65º78.7%66.86%-
HSV(B)81.65º56.12%92.94%-
XYZ53.7772.3924.23-
YUV207.4969.6114.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.66%
GREEN value IS 237 (92.97% from 255) = 44.72%
BLUE value IS 104 (41.02% from 255) = 19.62%
R=35.66%
G=44.72%
B=19.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892371040.2000.560.0781.6578.766.86
HexBDED68140387524f43
Octal275355150240707122117103
Binary10111101111011011101000101000111000111101001010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDED68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDED68; }

 p { color: rgb(189,237,104); }

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

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

 a { background-color: rgb(189,237,104); }

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

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

 span { border-color: rgb(189,237,104); }

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