Html Css Color HEX #D2E47F Sulu

📋 copy color: '#D2E47F'

red 210 ◦ green 228 ◦ blue 127

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

Shades of Sulu #D2E47F

Tints of Sulu #D2E47F

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40.35%

 BLUE value IS 127 (50% from 255) = 22.48%

R = 37.17%
G = 40.35%
B = 22.48%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#D2E47F (or 0xD2E47F) is known color: Sulu. HEX triplet: D2, E4 and 7F. RGB value is (210,228,127). Sum of RGB (Red+Green+Blue) = 210+228+127=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 228 (89.45% from 255 or 40.35% from 565); Blue value is 127 (50% from 255 or 22.48% from 565); Max value from RGB is 228 - color contains mainly: green. Hex color #D2E47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E47F is #2D1B80. Grayscale: #D3D3D3. Windows color (decimal): -2956161 or 8381650. OLE color: 8381650.

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

Color convert

RGB 210 228 127 -
CMYK 0.08 0 0.44 0.11
HSL 70.69º 0.65% 0.7% -
HSV(B) 70.69º 0.44% 0.89% -
XYZ 58.15 70.72 30.66 -
YUV 211.1 80.54 127.21 -
System Red Green Blue C M Y K H S L
Decimal 210 228 127 0.08 0 0.44 0.11 70.69 0.65 0.7
Hex D2 E4 7F 8 0 2C B 47 41 46
Octal 322 344 177 10 0 54 13 107 101 106
Binary 11010010 11100100 1111111 1000 0 101100 1011 1000111 1000001 1000110

Color Harmonies of #D2E47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E47F

Black with #D2E47F

Text Example


Text Example

White with #D2E47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E47F; }

 p { color: rgb(210,228,127); }

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

background-color css

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

 a { background-color: rgb(210,228,127); }

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

border-color css

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

 span { border-color: rgb(210,228,127); }

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