#D4E68D

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

Shades of Sulu #D4E68D

Tints of Sulu #D4E68D

Color information

#D4E68D (or 0xD4E68D) is unknown color: approx Sulu. HEX triplet: D4, E6 and 8D. RGB value is (212,230,141). Sum of RGB (Red+Green+Blue) = 212+230+141=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 230 (90.23% from 255 or 39.45% from 583); Blue value is 141 (55.47% from 255 or 24.19% from 583); Max value from RGB is 230 - color contains mainly: green. Hex color #D4E68D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4E68D is #2B1972. Grayscale: #D6D6D6. Windows color (decimal): -2824563 or 9299668. OLE color: 9299668.

HSL color Cylindrical-coordinate representation of color #D4E68D: hue angle of 72.13º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D4E68D is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB212230141-
CMYK0.0800.390.10
HSL72.13º64.03%72.75%-
HSV(B)72.13º38.7%90.2%-
XYZ60.2672.5136.02-
YUV214.4786.54126.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.36%
GREEN value IS 230 (90.23% from 255) = 39.45%
BLUE value IS 141 (55.47% from 255) = 24.19%
R=36.36%
G=39.45%
B=24.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2122301410.0800.390.1072.1364.0372.75
HexD4E68D8027A484049
Octal3243462151004712110100111
Binary110101001110011010001101100001001111010100100010000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E68D; }

 p { color: rgb(212,230,141); }

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

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

 a { background-color: rgb(212,230,141); }

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

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

 span { border-color: rgb(212,230,141); }

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