#BDF664

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

Shades of Sulu #BDF664

Tints of Sulu #BDF664

Color information

#BDF664 (or 0xBDF664) is unknown color: approx Sulu. HEX triplet: BD, F6 and 64. RGB value is (189,246,100). Sum of RGB (Red+Green+Blue) = 189+246+100=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 246 (96.48% from 255 or 45.98% from 535); Blue value is 100 (39.45% from 255 or 18.69% from 535); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF664 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF664 is #42099B. Grayscale: #D4D4D4. Windows color (decimal): -4327836 or 6616765. OLE color: 6616765.

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

Color convert

RGB189246100-
CMYK0.2300.590.04
HSL83.42º89.02%67.84%-
HSV(B)83.42º59.35%96.47%-
XYZ56.2477.6524.08-
YUV212.3164.62111.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.33%
GREEN value IS 246 (96.48% from 255) = 45.98%
BLUE value IS 100 (39.45% from 255) = 18.69%
R=35.33%
G=45.98%
B=18.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892461000.2300.590.0483.4289.0267.84
HexBDF6641703B4535944
Octal275366144270734123131104
Binary10111101111101101100100101110111011100101001110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF664; }

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

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

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

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

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

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

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

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