#BDF066

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

Shades of Sulu #BDF066

Tints of Sulu #BDF066

Color information

#BDF066 (or 0xBDF066) is unknown color: approx Sulu. HEX triplet: BD, F0 and 66. RGB value is (189,240,102). Sum of RGB (Red+Green+Blue) = 189+240+102=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 102 (40.23% from 255 or 19.21% from 531); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF066 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF066 is #420F99. Grayscale: #D1D1D1. Windows color (decimal): -4329370 or 6746301. OLE color: 6746301.

HSL color Cylindrical-coordinate representation of color #BDF066: hue angle of 82.17º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDF066 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB189240102-
CMYK0.2100.580.06
HSL82.17º82.14%67.06%-
HSV(B)82.17º57.5%94.12%-
XYZ54.5474.124-
YUV209.0267.6113.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.59%
GREEN value IS 240 (94.14% from 255) = 45.20%
BLUE value IS 102 (40.23% from 255) = 19.21%
R=35.59%
G=45.20%
B=19.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892401020.2100.580.0682.1782.1467.06
HexBDF0661503A6525243
Octal275360146250726122122103
Binary10111101111100001100110101010111010110101001010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF066; }

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

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

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

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

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

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

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

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