#BDF68E

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

Shades of Sulu #BDF68E

Tints of Sulu #BDF68E

Color information

#BDF68E (or 0xBDF68E) is unknown color: approx Sulu. HEX triplet: BD, F6 and 8E. RGB value is (189,246,142). Sum of RGB (Red+Green+Blue) = 189+246+142=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 246 (96.48% from 255 or 42.63% from 577); Blue value is 142 (55.86% from 255 or 24.61% from 577); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF68E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF68E is #420971. Grayscale: #D9D9D9. Windows color (decimal): -4327794 or 9369277. OLE color: 9369277.

HSL color Cylindrical-coordinate representation of color #BDF68E: hue angle of 92.88º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDF68E is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB189246142-
CMYK0.2300.420.04
HSL92.88º85.25%76.08%-
HSV(B)92.88º42.28%96.47%-
XYZ58.8278.6837.68-
YUV217.185.62107.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.76%
GREEN value IS 246 (96.48% from 255) = 42.63%
BLUE value IS 142 (55.86% from 255) = 24.61%
R=32.76%
G=42.63%
B=24.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892461420.2300.420.0492.8885.2576.08
HexBDF68E1702A45d554c
Octal275366216270524135125114
Binary101111011111011010001110101110101010100101110110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF68E; }

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

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

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

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

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

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

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

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