#D5F37C

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

Shades of Sulu #D5F37C

Tints of Sulu #D5F37C

Color information

#D5F37C (or 0xD5F37C) is unknown color: approx Sulu. HEX triplet: D5, F3 and 7C. RGB value is (213,243,124). Sum of RGB (Red+Green+Blue) = 213+243+124=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 243 (95.31% from 255 or 41.90% from 580); Blue value is 124 (48.83% from 255 or 21.38% from 580); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F37C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F37C is #2A0C83. Grayscale: #DCDCDC. Windows color (decimal): -2755716 or 8188885. OLE color: 8188885.

HSL color Cylindrical-coordinate representation of color #D5F37C: hue angle of 75.13º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D5F37C is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB213243124-
CMYK0.1200.490.05
HSL75.13º83.22%71.96%-
HSV(B)75.13º48.97%95.29%-
XYZ63.1379.731.13-
YUV220.4673.56122.68-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.72%
GREEN value IS 243 (95.31% from 255) = 41.90%
BLUE value IS 124 (48.83% from 255) = 21.38%
R=36.72%
G=41.90%
B=21.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2132431240.1200.490.0575.1383.2271.96
HexD5F37CC03154b5348
Octal325363174140615113123110
Binary1101010111110011111110011000110001101100101110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F37C; }

 p { color: rgb(213,243,124); }

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

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

 a { background-color: rgb(213,243,124); }

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

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

 span { border-color: rgb(213,243,124); }

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