#BDFF85

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

Shades of Sulu #BDFF85

Tints of Sulu #BDFF85

Color information

#BDFF85 (or 0xBDFF85) is unknown color: approx Sulu. HEX triplet: BD, FF and 85. RGB value is (189,255,133). Sum of RGB (Red+Green+Blue) = 189+255+133=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 133 (52.34% from 255 or 23.05% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFF85 is #42007A. Grayscale: #DDDDDD. Windows color (decimal): -4325499 or 8781757. OLE color: 8781757.

HSL color Cylindrical-coordinate representation of color #BDFF85: hue angle of 92.46º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDFF85 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB189255133-
CMYK0.2600.480
HSL92.46º100%76.08%-
HSV(B)92.46º47.84%100%-
XYZ60.9884.0335.2-
YUV221.3678.13104.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.76%
GREEN value IS 255 (100% from 255) = 44.19%
BLUE value IS 133 (52.34% from 255) = 23.05%
R=32.76%
G=44.19%
B=23.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892551330.2600.48092.4610076.08
HexBDFF851A03005c644c
Octal275377205320600134144114
Binary1011110111111111100001011101001100000101110011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFF85; }

 p { color: rgb(189,255,133); }

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

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

 a { background-color: rgb(189,255,133); }

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

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

 span { border-color: rgb(189,255,133); }

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