#BDF78C

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

Shades of Sulu #BDF78C

Tints of Sulu #BDF78C

Color information

#BDF78C (or 0xBDF78C) is unknown color: approx Sulu. HEX triplet: BD, F7 and 8C. RGB value is (189,247,140). Sum of RGB (Red+Green+Blue) = 189+247+140=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 247 (96.88% from 255 or 42.88% from 576); Blue value is 140 (55.08% from 255 or 24.31% from 576); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF78C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF78C is #420873. Grayscale: #D9D9D9. Windows color (decimal): -4327540 or 9238461. OLE color: 9238461.

HSL color Cylindrical-coordinate representation of color #BDF78C: hue angle of 92.52º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDF78C is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB189247140-
CMYK0.2300.430.03
HSL92.52º86.99%75.88%-
HSV(B)92.52º43.32%96.86%-
XYZ58.9879.2337-
YUV217.4684.28107.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.81%
GREEN value IS 247 (96.88% from 255) = 42.88%
BLUE value IS 140 (55.08% from 255) = 24.31%
R=32.81%
G=42.88%
B=24.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892471400.2300.430.0392.5286.9975.88
HexBDF78C1702B35d574c
Octal275367214270533135127114
Binary10111101111101111000110010111010101111101110110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF78C; }

 p { color: rgb(189,247,140); }

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

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

 a { background-color: rgb(189,247,140); }

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

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

 span { border-color: rgb(189,247,140); }

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