#BDF96C

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

Shades of Sulu #BDF96C

Tints of Sulu #BDF96C

Color information

#BDF96C (or 0xBDF96C) is unknown color: approx Sulu. HEX triplet: BD, F9 and 6C. RGB value is (189,249,108). Sum of RGB (Red+Green+Blue) = 189+249+108=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 249 (97.66% from 255 or 45.60% from 546); Blue value is 108 (42.58% from 255 or 19.78% from 546); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF96C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF96C is #420693. Grayscale: #D7D7D7. Windows color (decimal): -4327060 or 7141821. OLE color: 7141821.

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

Color convert

RGB189249108-
CMYK0.2400.570.02
HSL85.53º92.16%70%-
HSV(B)85.53º56.63%97.65%-
XYZ57.5779.6526.53-
YUV214.9967.62109.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.62%
GREEN value IS 249 (97.66% from 255) = 45.60%
BLUE value IS 108 (42.58% from 255) = 19.78%
R=34.62%
G=45.60%
B=19.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892491080.2400.570.0285.5392.1670
HexBDF96C180392565c46
Octal275371154300712126134106
Binary1011110111111001110110011000011100110101011010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF96C; }

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

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

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

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

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

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

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

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