#BDEF76

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

Shades of Sulu #BDEF76

Tints of Sulu #BDEF76

Color information

#BDEF76 (or 0xBDEF76) is unknown color: approx Sulu. HEX triplet: BD, EF and 76. RGB value is (189,239,118). Sum of RGB (Red+Green+Blue) = 189+239+118=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 239 (93.75% from 255 or 43.77% from 546); Blue value is 118 (46.48% from 255 or 21.61% from 546); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEF76 is #421089. Grayscale: #D2D2D2. Windows color (decimal): -4329610 or 7794621. OLE color: 7794621.

HSL color Cylindrical-coordinate representation of color #BDEF76: hue angle of 84.79º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDEF76 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB189239118-
CMYK0.2100.510.06
HSL84.79º79.08%70%-
HSV(B)84.79º50.63%93.73%-
XYZ55.1273.8628.49-
YUV210.2675.94112.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.62%
GREEN value IS 239 (93.75% from 255) = 43.77%
BLUE value IS 118 (46.48% from 255) = 21.61%
R=34.62%
G=43.77%
B=21.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892391180.2100.510.0684.7979.0870
HexBDEF76150336554f46
Octal275357166250636125117106
Binary10111101111011111110110101010110011110101010110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEF76; }

 p { color: rgb(189,239,118); }

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

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

 a { background-color: rgb(189,239,118); }

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

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

 span { border-color: rgb(189,239,118); }

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