#BDF670

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

Shades of Sulu #BDF670

Tints of Sulu #BDF670

Color information

#BDF670 (or 0xBDF670) is unknown color: approx Sulu. HEX triplet: BD, F6 and 70. RGB value is (189,246,112). Sum of RGB (Red+Green+Blue) = 189+246+112=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 246 (96.48% from 255 or 44.97% from 547); Blue value is 112 (44.14% from 255 or 20.48% from 547); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF670 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF670 is #42098F. Grayscale: #D6D6D6. Windows color (decimal): -4327824 or 7403197. OLE color: 7403197.

HSL color Cylindrical-coordinate representation of color #BDF670: hue angle of 85.52º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDF670 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB189246112-
CMYK0.2300.540.04
HSL85.52º88.16%70.2%-
HSV(B)85.52º54.47%96.47%-
XYZ56.8777.927.37-
YUV213.6870.62110.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.55%
GREEN value IS 246 (96.48% from 255) = 44.97%
BLUE value IS 112 (44.14% from 255) = 20.48%
R=34.55%
G=44.97%
B=20.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892461120.2300.540.0485.5288.1670.2
HexBDF670170364565846
Octal275366160270664126130106
Binary10111101111101101110000101110110110100101011010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF670; }

 p { color: rgb(189,246,112); }

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

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

 a { background-color: rgb(189,246,112); }

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

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

 span { border-color: rgb(189,246,112); }

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