Html Css Color HEX #D0E380 Sulu

📋 copy color: '#D0E380'

red 208 ◦ green 227 ◦ blue 128

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

Shades of Sulu #D0E380

Tints of Sulu #D0E380

RGB

 RED value IS 208 (81.64% from 255) = 36.94%

 GREEN value IS 227 (89.06% from 255) = 40.32%

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

R = 36.94%
G = 40.32%
B = 22.74%

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

#D0E380 (or 0xD0E380) is known color: Sulu. HEX triplet: D0, E3 and 80. RGB value is (208,227,128). Sum of RGB (Red+Green+Blue) = 208+227+128=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 227 (89.06% from 255 or 40.32% from 563); Blue value is 128 (50.39% from 255 or 22.74% from 563); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E380 is #2F1C7F. Grayscale: #D2D2D2. Windows color (decimal): -3087488 or 8446928. OLE color: 8446928.

HSL color Cylindrical-coordinate representation of color #D0E380: hue angle of 71.52º degrees, saturation: 0.64, 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 #D0E380 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 227 128 -
CMYK 0.08 0 0.44 0.11
HSL 71.52º 0.64% 0.7% -
HSV(B) 71.52º 0.44% 0.89% -
XYZ 57.38 69.91 30.89 -
YUV 210.03 81.71 126.55 -
System Red Green Blue C M Y K H S L
Decimal 208 227 128 0.08 0 0.44 0.11 71.52 0.64 0.7
Hex D0 E3 80 8 0 2C B 48 40 46
Octal 320 343 200 10 0 54 13 110 100 106
Binary 11010000 11100011 10000000 1000 0 101100 1011 1001000 1000000 1000110

Color Harmonies of #D0E380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E380

Black with #D0E380

Text Example


Text Example

White with #D0E380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E380; }

 p { color: rgb(208,227,128); }

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

background-color css

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

 a { background-color: rgb(208,227,128); }

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

border-color css

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

 span { border-color: rgb(208,227,128); }

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