#BDF383

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

Shades of Sulu #BDF383

Tints of Sulu #BDF383

Color information

#BDF383 (or 0xBDF383) is unknown color: approx Sulu. HEX triplet: BD, F3 and 83. RGB value is (189,243,131). Sum of RGB (Red+Green+Blue) = 189+243+131=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 243 (95.31% from 255 or 43.16% from 563); Blue value is 131 (51.56% from 255 or 23.27% from 563); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF383 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF383 is #420C7C. Grayscale: #D6D6D6. Windows color (decimal): -4328573 or 8647613. OLE color: 8647613.

HSL color Cylindrical-coordinate representation of color #BDF383: hue angle of 88.93º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDF383 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB189243131-
CMYK0.2200.460.05
HSL88.93º82.35%73.33%-
HSV(B)88.93º46.09%95.29%-
XYZ57.1376.5633.24-
YUV214.0981.11110.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.57%
GREEN value IS 243 (95.31% from 255) = 43.16%
BLUE value IS 131 (51.56% from 255) = 23.27%
R=33.57%
G=43.16%
B=23.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892431310.2200.460.0588.9382.3573.33
HexBDF3831602E5595249
Octal275363203260565131122111
Binary101111011111001110000011101100101110101101100110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF383; }

 p { color: rgb(189,243,131); }

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

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

 a { background-color: rgb(189,243,131); }

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

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

 span { border-color: rgb(189,243,131); }

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