#D5FC7F

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

Shades of Sulu #D5FC7F

Tints of Sulu #D5FC7F

Color information

#D5FC7F (or 0xD5FC7F) is unknown color: approx Sulu. HEX triplet: D5, FC and 7F. RGB value is (213,252,127). Sum of RGB (Red+Green+Blue) = 213+252+127=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 252 (98.83% from 255 or 42.57% from 592); Blue value is 127 (50% from 255 or 21.45% from 592); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FC7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FC7F is #2A0380. Grayscale: #E2E2E2. Windows color (decimal): -2753409 or 8387797. OLE color: 8387797.

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

Color convert

RGB213252127-
CMYK0.1500.500.01
HSL78.72º95.42%74.31%-
HSV(B)78.72º49.6%98.82%-
XYZ66.0885.333.06-
YUV226.0972.08118.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.98%
GREEN value IS 252 (98.83% from 255) = 42.57%
BLUE value IS 127 (50% from 255) = 21.45%
R=35.98%
G=42.57%
B=21.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132521270.1500.500.0178.7295.4274.31
HexD5FC7FF03214f5f4a
Octal325374177170621117137112
Binary11010101111111001111111111101100101100111110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FC7F; }

 p { color: rgb(213,252,127); }

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

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

 a { background-color: rgb(213,252,127); }

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

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

 span { border-color: rgb(213,252,127); }

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