#BDF763

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

Shades of Sulu #BDF763

Tints of Sulu #BDF763

Color information

#BDF763 (or 0xBDF763) is unknown color: approx Sulu. HEX triplet: BD, F7 and 63. RGB value is (189,247,99). Sum of RGB (Red+Green+Blue) = 189+247+99=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 247 (96.88% from 255 or 46.17% from 535); Blue value is 99 (39.06% from 255 or 18.50% from 535); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF763 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF763 is #42089C. Grayscale: #D5D5D5. Windows color (decimal): -4327581 or 6551485. OLE color: 6551485.

HSL color Cylindrical-coordinate representation of color #BDF763: hue angle of 83.51º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDF763 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB18924799-
CMYK0.2300.600.03
HSL83.51º90.24%67.84%-
HSV(B)83.51º59.92%96.86%-
XYZ56.578.2423.93-
YUV212.7963.78111.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.33%
GREEN value IS 247 (96.88% from 255) = 46.17%
BLUE value IS 99 (39.06% from 255) = 18.50%
R=35.33%
G=46.17%
B=18.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal189247990.2300.600.0383.5190.2467.84
HexBDF7631703C3545a44
Octal275367143270743124132104
Binary1011110111110111110001110111011110011101010010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF763; }

 p { color: rgb(189,247,99); }

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

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

 a { background-color: rgb(189,247,99); }

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

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

 span { border-color: rgb(189,247,99); }

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