Html Css Color HEX #D0F17C Sulu

📋 copy color: '#D0F17C'

red 208 ◦ green 241 ◦ blue 124

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

Shades of Sulu #D0F17C

Tints of Sulu #D0F17C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.64%

R = 36.3%
G = 42.06%
B = 21.64%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#D0F17C (or 0xD0F17C) is known color: Sulu. HEX triplet: D0, F1 and 7C. RGB value is (208,241,124). Sum of RGB (Red+Green+Blue) = 208+241+124=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 241 (94.53% from 255 or 42.06% from 573); Blue value is 124 (48.83% from 255 or 21.64% from 573); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F17C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F17C is #2F0E83. Grayscale: #DADADA. Windows color (decimal): -3083908 or 8188368. OLE color: 8188368.

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

Color convert

RGB 208 241 124 -
CMYK 0.14 0 0.49 0.05
HSL 76.92º 0.81% 0.72% -
HSV(B) 76.92º 0.49% 0.95% -
XYZ 61.11 77.78 30.86 -
YUV 217.8 75.07 121.01 -
System Red Green Blue C M Y K H S L
Decimal 208 241 124 0.14 0 0.49 0.05 76.92 0.81 0.72
Hex D0 F1 7C E 0 31 5 4D 51 48
Octal 320 361 174 16 0 61 5 115 121 110
Binary 11010000 11110001 1111100 1110 0 110001 101 1001101 1010001 1001000

Color Harmonies of #D0F17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F17C

Black with #D0F17C

Text Example


Text Example

White with #D0F17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F17C; }

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

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

background-color css

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

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

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

border-color css

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

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

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