Html Css Color HEX #D2E383 Sulu

📋 copy color: '#D2E383'

red 210 ◦ green 227 ◦ blue 131

#D2E383
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #D2E383

Tints of Sulu #D2E383

RGB

 RED value IS 210 (82.42% from 255) = 36.97%

 GREEN value IS 227 (89.06% from 255) = 39.96%

 BLUE value IS 131 (51.56% from 255) = 23.06%

R = 36.97%
G = 39.96%
B = 23.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#D2E383 (or 0xD2E383) is known color: Sulu. HEX triplet: D2, E3 and 83. RGB value is (210,227,131). Sum of RGB (Red+Green+Blue) = 210+227+131=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 227 (89.06% from 255 or 39.96% from 568); Blue value is 131 (51.56% from 255 or 23.06% from 568); Max value from RGB is 227 - color contains mainly: green. Hex color #D2E383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2E383 is #2D1C7C. Grayscale: #D3D3D3. Windows color (decimal): -2956413 or 8643538. OLE color: 8643538.

HSL color Cylindrical-coordinate representation of color #D2E383: hue angle of 70.62º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D2E383 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 210 227 131 -
CMYK 0.07 0 0.42 0.11
HSL 70.62º 0.63% 0.7% -
HSV(B) 70.62º 0.42% 0.89% -
XYZ 58.14 70.28 31.97 -
YUV 210.97 82.87 127.31 -
System Red Green Blue C M Y K H S L
Decimal 210 227 131 0.07 0 0.42 0.11 70.62 0.63 0.7
Hex D2 E3 83 7 0 2A B 47 3F 46
Octal 322 343 203 7 0 52 13 107 77 106
Binary 11010010 11100011 10000011 111 0 101010 1011 1000111 111111 1000110

Color Harmonies of #D2E383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E383

Black with #D2E383

Text Example


Text Example

White with #D2E383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E383; }

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

 H1.HeaderClassName
 {
   color: #D2E383;
 }
 .AnyTagClassName
 {
   color: #D2E383;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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