Html Css Color HEX #D1EF7F Sulu

📋 copy color: '#D1EF7F'

red 209 ◦ green 239 ◦ blue 127

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

Shades of Sulu #D1EF7F

Tints of Sulu #D1EF7F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.57%

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

R = 36.35%
G = 41.57%
B = 22.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#D1EF7F (or 0xD1EF7F) is known color: Sulu. HEX triplet: D1, EF and 7F. RGB value is (209,239,127). Sum of RGB (Red+Green+Blue) = 209+239+127=575 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.35% from 575); Green value is 239 (93.75% from 255 or 41.57% from 575); Blue value is 127 (50% from 255 or 22.09% from 575); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EF7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1EF7F is #2E1080. Grayscale: #D9D9D9. Windows color (decimal): -3018881 or 8384465. OLE color: 8384465.

HSL color Cylindrical-coordinate representation of color #D1EF7F: hue angle of 76.07º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D1EF7F is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 209 239 127 -
CMYK 0.13 0 0.47 0.06
HSL 76.07º 0.78% 0.72% -
HSV(B) 76.07º 0.47% 0.94% -
XYZ 60.99 76.82 31.69 -
YUV 217.26 77.06 122.11 -
System Red Green Blue C M Y K H S L
Decimal 209 239 127 0.13 0 0.47 0.06 76.07 0.78 0.72
Hex D1 EF 7F D 0 2F 6 4C 4E 48
Octal 321 357 177 15 0 57 6 114 116 110
Binary 11010001 11101111 1111111 1101 0 101111 110 1001100 1001110 1001000

Color Harmonies of #D1EF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EF7F

Black with #D1EF7F

Text Example


Text Example

White with #D1EF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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