Html Css Color HEX #D1FE7D Sulu

📋 copy color: '#D1FE7D'

red 209 ◦ green 254 ◦ blue 125

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

Shades of Sulu #D1FE7D

Tints of Sulu #D1FE7D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 43.2%

 BLUE value IS 125 (49.22% from 255) = 21.26%

R = 35.54%
G = 43.2%
B = 21.26%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#D1FE7D (or 0xD1FE7D) is known color: Sulu. HEX triplet: D1, FE and 7D. RGB value is (209,254,125). Sum of RGB (Red+Green+Blue) = 209+254+125=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 254 (99.61% from 255 or 43.20% from 588); Blue value is 125 (49.22% from 255 or 21.26% from 588); Max value from RGB is 254 - color contains mainly: green. Hex color #D1FE7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FE7D is #2E0182. Grayscale: #E2E2E2. Windows color (decimal): -3015043 or 8257233. OLE color: 8257233.

HSL color Cylindrical-coordinate representation of color #D1FE7D: hue angle of 80.93º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D1FE7D is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB 209 254 125 -
CMYK 0.18 0 0.51 0.00
HSL 80.93º 0.98% 0.74% -
HSV(B) 80.93º 0.51% 1% -
XYZ 65.44 85.92 32.54 -
YUV 225.84 71.09 115.99 -
System Red Green Blue C M Y K H S L
Decimal 209 254 125 0.18 0 0.51 0.00 80.93 0.98 0.74
Hex D1 FE 7D 12 0 33 0 51 62 4A
Octal 321 376 175 22 0 63 0 121 142 112
Binary 11010001 11111110 1111101 10010 0 110011 0 1010001 1100010 1001010

Color Harmonies of #D1FE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1FE7D

Black with #D1FE7D

Text Example


Text Example

White with #D1FE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1FE7D; }

 p { color: rgb(209,254,125); }

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

background-color css

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

 a { background-color: rgb(209,254,125); }

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

border-color css

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

 span { border-color: rgb(209,254,125); }

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