#D6FC7B

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

Shades of Sulu #D6FC7B

Tints of Sulu #D6FC7B

Color information

#D6FC7B (or 0xD6FC7B) is unknown color: approx Sulu. HEX triplet: D6, FC and 7B. RGB value is (214,252,123). Sum of RGB (Red+Green+Blue) = 214+252+123=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 252 (98.83% from 255 or 42.78% from 589); Blue value is 123 (48.44% from 255 or 20.88% from 589); Max value from RGB is 252 - color contains mainly: green. Hex color #D6FC7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FC7B is #290384. Grayscale: #E2E2E2. Windows color (decimal): -2687877 or 8125654. OLE color: 8125654.

HSL color Cylindrical-coordinate representation of color #D6FC7B: hue angle of 77.67º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D6FC7B is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB214252123-
CMYK0.1500.510.01
HSL77.67º95.56%73.53%-
HSV(B)77.67º51.19%98.82%-
XYZ66.1285.3531.73-
YUV225.9369.91119.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.33%
GREEN value IS 252 (98.83% from 255) = 42.78%
BLUE value IS 123 (48.44% from 255) = 20.88%
R=36.33%
G=42.78%
B=20.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2142521230.1500.510.0177.6795.5673.53
HexD6FC7BF03314e604a
Octal326374173170631116140112
Binary11010110111111001111011111101100111100111011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FC7B; }

 p { color: rgb(214,252,123); }

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

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

 a { background-color: rgb(214,252,123); }

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

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

 span { border-color: rgb(214,252,123); }

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