#BDDA7D

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

Shades of Sulu #BDDA7D

Tints of Sulu #BDDA7D

Color information

#BDDA7D (or 0xBDDA7D) is unknown color: approx Sulu. HEX triplet: BD, DA and 7D. RGB value is (189,218,125). Sum of RGB (Red+Green+Blue) = 189+218+125=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 125 (49.22% from 255 or 23.50% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDA7D is #422582. Grayscale: #C7C7C7. Windows color (decimal): -4334979 or 8247997. OLE color: 8247997.

HSL color Cylindrical-coordinate representation of color #BDDA7D: hue angle of 78.71º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDDA7D is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB189218125-
CMYK0.1300.430.15
HSL78.71º55.69%67.25%-
HSV(B)78.71º42.66%85.49%-
XYZ49.7662.4428.83-
YUV198.7386.39121.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.53%
GREEN value IS 218 (85.55% from 255) = 40.98%
BLUE value IS 125 (49.22% from 255) = 23.50%
R=35.53%
G=40.98%
B=23.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892181250.1300.430.1578.7155.6967.25
HexBDDA7DD02BF4f3843
Octal275332175150531711770103
Binary1011110111011010111110111010101011111110011111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDA7D; }

 p { color: rgb(189,218,125); }

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

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

 a { background-color: rgb(189,218,125); }

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

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

 span { border-color: rgb(189,218,125); }

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