#D2F38B

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

Shades of Sulu #D2F38B

Tints of Sulu #D2F38B

Color information

#D2F38B (or 0xD2F38B) is unknown color: approx Sulu. HEX triplet: D2, F3 and 8B. RGB value is (210,243,139). Sum of RGB (Red+Green+Blue) = 210+243+139=592 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.47% from 592); Green value is 243 (95.31% from 255 or 41.05% from 592); Blue value is 139 (54.69% from 255 or 23.48% from 592); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F38B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F38B is #2D0C74. Grayscale: #DDDDDD. Windows color (decimal): -2952309 or 9171922. OLE color: 9171922.

HSL color Cylindrical-coordinate representation of color #D2F38B: hue angle of 79.04º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D2F38B is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB210243139-
CMYK0.1400.430.05
HSL79.04º81.25%74.9%-
HSV(B)79.04º42.8%95.29%-
XYZ63.2979.6736.47-
YUV221.2881.57119.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.47%
GREEN value IS 243 (95.31% from 255) = 41.05%
BLUE value IS 139 (54.69% from 255) = 23.48%
R=35.47%
G=41.05%
B=23.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102431390.1400.430.0579.0481.2574.9
HexD2F38BE02B54f514b
Octal322363213160535117121113
Binary11010010111100111000101111100101011101100111110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F38B; }

 p { color: rgb(210,243,139); }

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

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

 a { background-color: rgb(210,243,139); }

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

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

 span { border-color: rgb(210,243,139); }

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