Html Css Color HEX #D0F97C Sulu

📋 copy color: '#D0F97C'

red 208 ◦ green 249 ◦ blue 124

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

Shades of Sulu #D0F97C

Tints of Sulu #D0F97C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.86%

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

R = 35.8%
G = 42.86%
B = 21.34%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#D0F97C (or 0xD0F97C) is known color: Sulu. HEX triplet: D0, F9 and 7C. RGB value is (208,249,124). Sum of RGB (Red+Green+Blue) = 208+249+124=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 249 (97.66% from 255 or 42.86% from 581); Blue value is 124 (48.83% from 255 or 21.34% from 581); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F97C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F97C is #2F0683. Grayscale: #DEDEDE. Windows color (decimal): -3081860 or 8190416. OLE color: 8190416.

HSL color Cylindrical-coordinate representation of color #D0F97C: hue angle of 79.68º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0F97C is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 249 124 -
CMYK 0.16 0 0.50 0.02
HSL 79.68º 0.91% 0.73% -
HSV(B) 79.68º 0.5% 0.98% -
XYZ 63.53 82.62 31.67 -
YUV 222.49 72.42 117.66 -
System Red Green Blue C M Y K H S L
Decimal 208 249 124 0.16 0 0.50 0.02 79.68 0.91 0.73
Hex D0 F9 7C 10 0 32 2 50 5B 49
Octal 320 371 174 20 0 62 2 120 133 111
Binary 11010000 11111001 1111100 10000 0 110010 10 1010000 1011011 1001001

Color Harmonies of #D0F97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F97C

Black with #D0F97C

Text Example


Text Example

White with #D0F97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F97C; }

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

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

background-color css

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

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

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

border-color css

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

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

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