#D2F68A

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

Shades of Sulu #D2F68A

Tints of Sulu #D2F68A

Color information

#D2F68A (or 0xD2F68A) is unknown color: approx Sulu. HEX triplet: D2, F6 and 8A. RGB value is (210,246,138). Sum of RGB (Red+Green+Blue) = 210+246+138=594 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.35% from 594); Green value is 246 (96.48% from 255 or 41.41% from 594); Blue value is 138 (54.30% from 255 or 23.23% from 594); Max value from RGB is 246 - color contains mainly: green. Hex color #D2F68A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F68A is #2D0975. Grayscale: #DFDFDF. Windows color (decimal): -2951542 or 9107154. OLE color: 9107154.

HSL color Cylindrical-coordinate representation of color #D2F68A: hue angle of 80º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D2F68A is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB210246138-
CMYK0.1500.440.04
HSL80º85.71%75.29%-
HSV(B)80º43.9%96.47%-
XYZ64.1281.4536.39-
YUV222.9280.07118.78-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.35%
GREEN value IS 246 (96.48% from 255) = 41.41%
BLUE value IS 138 (54.30% from 255) = 23.23%
R=35.35%
G=41.41%
B=23.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2102461380.1500.440.048085.7175.29
HexD2F68AF02C450564b
Octal322366212170544120126113
Binary11010010111101101000101011110101100100101000010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F68A; }

 p { color: rgb(210,246,138); }

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

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

 a { background-color: rgb(210,246,138); }

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

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

 span { border-color: rgb(210,246,138); }

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