Html Css Color HEX #D0F18D Sulu

📋 copy color: '#D0F18D'

red 208 ◦ green 241 ◦ blue 141

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

Shades of Sulu #D0F18D

Tints of Sulu #D0F18D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.85%

 BLUE value IS 141 (55.47% from 255) = 23.9%

R = 35.25%
G = 40.85%
B = 23.9%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#D0F18D (or 0xD0F18D) is known color: Sulu. HEX triplet: D0, F1 and 8D. RGB value is (208,241,141). Sum of RGB (Red+Green+Blue) = 208+241+141=590 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.25% from 590); Green value is 241 (94.53% from 255 or 40.85% from 590); Blue value is 141 (55.47% from 255 or 23.90% from 590); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F18D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F18D is #2F0E72. Grayscale: #DCDCDC. Windows color (decimal): -3083891 or 9302480. OLE color: 9302480.

HSL color Cylindrical-coordinate representation of color #D0F18D: hue angle of 79.8º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D0F18D is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 241 141 -
CMYK 0.14 0 0.41 0.05
HSL 79.8º 0.78% 0.75% -
HSV(B) 79.8º 0.41% 0.95% -
XYZ 62.28 78.24 37.02 -
YUV 219.73 83.57 119.63 -
System Red Green Blue C M Y K H S L
Decimal 208 241 141 0.14 0 0.41 0.05 79.8 0.78 0.75
Hex D0 F1 8D E 0 29 5 50 4E 4B
Octal 320 361 215 16 0 51 5 120 116 113
Binary 11010000 11110001 10001101 1110 0 101001 101 1010000 1001110 1001011

Color Harmonies of #D0F18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F18D

Black with #D0F18D

Text Example


Text Example

White with #D0F18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F18D; }

 p { color: rgb(208,241,141); }

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

background-color css

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

 a { background-color: rgb(208,241,141); }

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

border-color css

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

 span { border-color: rgb(208,241,141); }

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