#D2F283

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

Shades of Sulu #D2F283

Tints of Sulu #D2F283

Color information

#D2F283 (or 0xD2F283) is unknown color: approx Sulu. HEX triplet: D2, F2 and 83. RGB value is (210,242,131). Sum of RGB (Red+Green+Blue) = 210+242+131=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 242 (94.92% from 255 or 41.51% from 583); Blue value is 131 (51.56% from 255 or 22.47% from 583); Max value from RGB is 242 - color contains mainly: green. Hex color #D2F283 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F283 is #2D0D7C. Grayscale: #DCDCDC. Windows color (decimal): -2952573 or 8647378. OLE color: 8647378.

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

Color convert

RGB210242131-
CMYK0.1300.460.05
HSL77.3º81.02%73.14%-
HSV(B)77.3º45.87%94.9%-
XYZ62.4378.8433.4-
YUV219.7877.9121.03-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.02%
GREEN value IS 242 (94.92% from 255) = 41.51%
BLUE value IS 131 (51.56% from 255) = 22.47%
R=36.02%
G=41.51%
B=22.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102421310.1300.460.0577.381.0273.14
HexD2F283D02E54d5149
Octal322362203150565115121111
Binary11010010111100101000001111010101110101100110110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F283; }

 p { color: rgb(210,242,131); }

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

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

 a { background-color: rgb(210,242,131); }

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

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

 span { border-color: rgb(210,242,131); }

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