#BDDE74

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

Shades of Sulu #BDDE74

Tints of Sulu #BDDE74

Color information

#BDDE74 (or 0xBDDE74) is unknown color: approx Sulu. HEX triplet: BD, DE and 74. RGB value is (189,222,116). Sum of RGB (Red+Green+Blue) = 189+222+116=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 116 (45.70% from 255 or 22.01% from 527); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDE74 is #42218B. Grayscale: #C8C8C8. Windows color (decimal): -4333964 or 7659197. OLE color: 7659197.

HSL color Cylindrical-coordinate representation of color #BDDE74: hue angle of 78.68º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDDE74 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB189222116-
CMYK0.1500.480.13
HSL78.68º61.63%66.27%-
HSV(B)78.68º47.75%87.06%-
XYZ50.2664.3226.29-
YUV200.0580.57120.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.86%
GREEN value IS 222 (87.11% from 255) = 42.13%
BLUE value IS 116 (45.70% from 255) = 22.01%
R=35.86%
G=42.13%
B=22.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892221160.1500.480.1378.6861.6366.27
HexBDDE74F030D4f3e42
Octal275336164170601511776102
Binary1011110111011110111010011110110000110110011111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDE74; }

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

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

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

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

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

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

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

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