#BDF073

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

Shades of Sulu #BDF073

Tints of Sulu #BDF073

Color information

#BDF073 (or 0xBDF073) is unknown color: approx Sulu. HEX triplet: BD, F0 and 73. RGB value is (189,240,115). Sum of RGB (Red+Green+Blue) = 189+240+115=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 115 (45.31% from 255 or 21.14% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF073 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF073 is #420F8C. Grayscale: #D2D2D2. Windows color (decimal): -4329357 or 7598269. OLE color: 7598269.

HSL color Cylindrical-coordinate representation of color #BDF073: hue angle of 84.48º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDF073 is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB189240115-
CMYK0.2100.520.06
HSL84.48º80.65%69.61%-
HSV(B)84.48º52.08%94.12%-
XYZ55.2474.3827.66-
YUV210.574.1112.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.74%
GREEN value IS 240 (94.14% from 255) = 44.12%
BLUE value IS 115 (45.31% from 255) = 21.14%
R=34.74%
G=44.12%
B=21.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892401150.2100.520.0684.4880.6569.61
HexBDF073150346545146
Octal275360163250646124121106
Binary10111101111100001110011101010110100110101010010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF073; }

 p { color: rgb(189,240,115); }

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

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

 a { background-color: rgb(189,240,115); }

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

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

 span { border-color: rgb(189,240,115); }

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