Html Css Color HEX #D1ED7F Sulu

📋 copy color: '#D1ED7F'

red 209 ◦ green 237 ◦ blue 127

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

Shades of Sulu #D1ED7F

Tints of Sulu #D1ED7F

RGB

 RED value IS 209 (82.03% from 255) = 36.47%

 GREEN value IS 237 (92.97% from 255) = 41.36%

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

R = 36.47%
G = 41.36%
B = 22.16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#D1ED7F (or 0xD1ED7F) is known color: Sulu. HEX triplet: D1, ED and 7F. RGB value is (209,237,127). Sum of RGB (Red+Green+Blue) = 209+237+127=573 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.47% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 127 (50% from 255 or 22.16% from 573); Max value from RGB is 237 - color contains mainly: green. Hex color #D1ED7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1ED7F is #2E1280. Grayscale: #D8D8D8. Windows color (decimal): -3019393 or 8383953. OLE color: 8383953.

HSL color Cylindrical-coordinate representation of color #D1ED7F: hue angle of 75.27º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D1ED7F is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 237 127 -
CMYK 0.12 0 0.46 0.07
HSL 75.27º 0.75% 0.71% -
HSV(B) 75.27º 0.46% 0.93% -
XYZ 60.41 75.66 31.5 -
YUV 216.09 77.72 122.94 -
System Red Green Blue C M Y K H S L
Decimal 209 237 127 0.12 0 0.46 0.07 75.27 0.75 0.71
Hex D1 ED 7F C 0 2E 7 4B 4B 47
Octal 321 355 177 14 0 56 7 113 113 107
Binary 11010001 11101101 1111111 1100 0 101110 111 1001011 1001011 1000111

Color Harmonies of #D1ED7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ED7F

Black with #D1ED7F

Text Example


Text Example

White with #D1ED7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ED7F; }

 p { color: rgb(209,237,127); }

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

background-color css

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

 a { background-color: rgb(209,237,127); }

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

border-color css

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

 span { border-color: rgb(209,237,127); }

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