#D2FE74

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

Shades of Sulu #D2FE74

Tints of Sulu #D2FE74

Color information

#D2FE74 (or 0xD2FE74) is unknown color: approx Sulu. HEX triplet: D2, FE and 74. RGB value is (210,254,116). Sum of RGB (Red+Green+Blue) = 210+254+116=580 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.21% from 580); Green value is 254 (99.61% from 255 or 43.79% from 580); Blue value is 116 (45.70% from 255 or 20% from 580); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FE74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FE74 is #2D018B. Grayscale: #E1E1E1. Windows color (decimal): -2949516 or 7667410. OLE color: 7667410.

HSL color Cylindrical-coordinate representation of color #D2FE74: hue angle of 79.13º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D2FE74 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.

Color convert

RGB210254116-
CMYK0.1700.540.00
HSL79.13º98.57%72.55%-
HSV(B)79.13º54.33%99.61%-
XYZ65.1785.8529.66-
YUV225.1166.42117.22-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.21%
GREEN value IS 254 (99.61% from 255) = 43.79%
BLUE value IS 116 (45.70% from 255) = 20%
R=36.21%
G=43.79%
B=20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2102541160.1700.540.0079.1398.5772.55
HexD2FE741103604f6349
Octal322376164210660117143111
Binary110100101111111011101001000101101100100111111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FE74; }

 p { color: rgb(210,254,116); }

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

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

 a { background-color: rgb(210,254,116); }

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

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

 span { border-color: rgb(210,254,116); }

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