#BDF98D

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

Shades of Sulu #BDF98D

Tints of Sulu #BDF98D

Color information

#BDF98D (or 0xBDF98D) is unknown color: approx Sulu. HEX triplet: BD, F9 and 8D. RGB value is (189,249,141). Sum of RGB (Red+Green+Blue) = 189+249+141=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 249 (97.66% from 255 or 43.01% from 579); Blue value is 141 (55.47% from 255 or 24.35% from 579); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF98D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF98D is #420672. Grayscale: #DBDBDB. Windows color (decimal): -4327027 or 9304509. OLE color: 9304509.

HSL color Cylindrical-coordinate representation of color #BDF98D: hue angle of 93.33º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDF98D is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB189249141-
CMYK0.2400.430.02
HSL93.33º90%76.47%-
HSV(B)93.33º43.37%97.65%-
XYZ59.6780.4937.59-
YUV218.7584.12106.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.64%
GREEN value IS 249 (97.66% from 255) = 43.01%
BLUE value IS 141 (55.47% from 255) = 24.35%
R=32.64%
G=43.01%
B=24.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892491410.2400.430.0293.339076.47
HexBDF98D1802B25d5a4c
Octal275371215300532135132114
Binary10111101111110011000110111000010101110101110110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF98D; }

 p { color: rgb(189,249,141); }

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

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

 a { background-color: rgb(189,249,141); }

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

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

 span { border-color: rgb(189,249,141); }

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