#BDF077

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

Shades of Sulu #BDF077

Tints of Sulu #BDF077

Color information

#BDF077 (or 0xBDF077) is unknown color: approx Sulu. HEX triplet: BD, F0 and 77. RGB value is (189,240,119). Sum of RGB (Red+Green+Blue) = 189+240+119=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 240 (94.14% from 255 or 43.80% from 548); Blue value is 119 (46.88% from 255 or 21.72% from 548); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF077 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF077 is #420F88. Grayscale: #D3D3D3. Windows color (decimal): -4329353 or 7860413. OLE color: 7860413.

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

Color convert

RGB189240119-
CMYK0.2100.500.06
HSL85.29º80.13%70.39%-
HSV(B)85.29º50.42%94.12%-
XYZ55.4874.4728.9-
YUV210.9676.1112.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.49%
GREEN value IS 240 (94.14% from 255) = 43.80%
BLUE value IS 119 (46.88% from 255) = 21.72%
R=34.49%
G=43.80%
B=21.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892401190.2100.500.0685.2980.1370.39
HexBDF077150326555046
Octal275360167250626125120106
Binary10111101111100001110111101010110010110101010110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF077; }

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

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

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

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

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

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

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

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