#D5FC7B

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

Shades of Sulu #D5FC7B

Tints of Sulu #D5FC7B

Color information

#D5FC7B (or 0xD5FC7B) is unknown color: approx Sulu. HEX triplet: D5, FC and 7B. RGB value is (213,252,123). Sum of RGB (Red+Green+Blue) = 213+252+123=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 252 (98.83% from 255 or 42.86% from 588); Blue value is 123 (48.44% from 255 or 20.92% from 588); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FC7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FC7B is #2A0384. Grayscale: #E2E2E2. Windows color (decimal): -2753413 or 8125653. OLE color: 8125653.

HSL color Cylindrical-coordinate representation of color #D5FC7B: hue angle of 78.14º 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 #D5FC7B is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB213252123-
CMYK0.1500.510.01
HSL78.14º95.56%73.53%-
HSV(B)78.14º51.19%98.82%-
XYZ65.8385.231.71-
YUV225.6370.08118.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.22%
GREEN value IS 252 (98.83% from 255) = 42.86%
BLUE value IS 123 (48.44% from 255) = 20.92%
R=36.22%
G=42.86%
B=20.92%

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
Decimal2132521230.1500.510.0178.1495.5673.53
HexD5FC7BF03314e604a
Octal325374173170631116140112
Binary11010101111111001111011111101100111100111011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FC7B; }

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

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

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

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

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

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

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

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