#BDF379

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

Shades of Sulu #BDF379

Tints of Sulu #BDF379

Color information

#BDF379 (or 0xBDF379) is unknown color: approx Sulu. HEX triplet: BD, F3 and 79. RGB value is (189,243,121). Sum of RGB (Red+Green+Blue) = 189+243+121=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 243 (95.31% from 255 or 43.94% from 553); Blue value is 121 (47.66% from 255 or 21.88% from 553); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF379 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF379 is #420C86. Grayscale: #D5D5D5. Windows color (decimal): -4328583 or 7992253. OLE color: 7992253.

HSL color Cylindrical-coordinate representation of color #BDF379: hue angle of 86.56º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDF379 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB189243121-
CMYK0.2200.500.05
HSL86.56º83.56%71.37%-
HSV(B)86.56º50.21%95.29%-
XYZ56.4976.329.84-
YUV212.9576.11110.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.18%
GREEN value IS 243 (95.31% from 255) = 43.94%
BLUE value IS 121 (47.66% from 255) = 21.88%
R=34.18%
G=43.94%
B=21.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892431210.2200.500.0586.5683.5671.37
HexBDF379160325575447
Octal275363171260625127124107
Binary10111101111100111111001101100110010101101011110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF379; }

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

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

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

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

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

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

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

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