Html Css Color HEX #D1E680 Sulu

📋 copy color: '#D1E680'

red 209 ◦ green 230 ◦ blue 128

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

Shades of Sulu #D1E680

Tints of Sulu #D1E680

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.56%

 BLUE value IS 128 (50.39% from 255) = 22.57%

R = 36.86%
G = 40.56%
B = 22.57%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#D1E680 (or 0xD1E680) is known color: Sulu. HEX triplet: D1, E6 and 80. RGB value is (209,230,128). Sum of RGB (Red+Green+Blue) = 209+230+128=567 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.86% from 567); Green value is 230 (90.23% from 255 or 40.56% from 567); Blue value is 128 (50.39% from 255 or 22.57% from 567); Max value from RGB is 230 - color contains mainly: green. Hex color #D1E680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1E680 is #2E197F. Grayscale: #D4D4D4. Windows color (decimal): -3021184 or 8447697. OLE color: 8447697.

HSL color Cylindrical-coordinate representation of color #D1E680: hue angle of 72.35º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D1E680 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 209 230 128 -
CMYK 0.09 0 0.44 0.10
HSL 72.35º 0.67% 0.7% -
HSV(B) 72.35º 0.44% 0.9% -
XYZ 58.49 71.71 31.18 -
YUV 212.09 80.54 125.79 -
System Red Green Blue C M Y K H S L
Decimal 209 230 128 0.09 0 0.44 0.10 72.35 0.67 0.7
Hex D1 E6 80 9 0 2C A 48 43 46
Octal 321 346 200 11 0 54 12 110 103 106
Binary 11010001 11100110 10000000 1001 0 101100 1010 1001000 1000011 1000110

Color Harmonies of #D1E680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E680

Black with #D1E680

Text Example


Text Example

White with #D1E680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E680; }

 p { color: rgb(209,230,128); }

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

background-color css

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

 a { background-color: rgb(209,230,128); }

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

border-color css

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

 span { border-color: rgb(209,230,128); }

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