#BDF78E

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

Shades of Sulu #BDF78E

Tints of Sulu #BDF78E

Color information

#BDF78E (or 0xBDF78E) is unknown color: approx Sulu. HEX triplet: BD, F7 and 8E. RGB value is (189,247,142). Sum of RGB (Red+Green+Blue) = 189+247+142=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 247 (96.88% from 255 or 42.73% from 578); Blue value is 142 (55.86% from 255 or 24.57% from 578); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF78E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF78E is #420871. Grayscale: #DADADA. Windows color (decimal): -4327538 or 9369533. OLE color: 9369533.

HSL color Cylindrical-coordinate representation of color #BDF78E: hue angle of 93.14º 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 #BDF78E is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB189247142-
CMYK0.2300.430.03
HSL93.14º86.78%76.27%-
HSV(B)93.14º42.51%96.86%-
XYZ59.1379.2937.78-
YUV217.6985.28107.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.70%
GREEN value IS 247 (96.88% from 255) = 42.73%
BLUE value IS 142 (55.86% from 255) = 24.57%
R=32.70%
G=42.73%
B=24.57%

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
Decimal1892471420.2300.430.0393.1486.7876.27
HexBDF78E1702B35d574c
Octal275367216270533135127114
Binary10111101111101111000111010111010101111101110110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF78E; }

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

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

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

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

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

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

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

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