Html Css Color HEX #D6F97C Sulu

📋 copy color: '#D6F97C'

red 214 ◦ green 249 ◦ blue 124

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

Shades of Sulu #D6F97C

Tints of Sulu #D6F97C

RGB

 RED value IS 214 (83.98% from 255) = 36.46%

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

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

R = 36.46%
G = 42.42%
B = 21.12%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#D6F97C (or 0xD6F97C) is known color: Sulu. HEX triplet: D6, F9 and 7C. RGB value is (214,249,124). Sum of RGB (Red+Green+Blue) = 214+249+124=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 249 (97.66% from 255 or 42.42% from 587); Blue value is 124 (48.83% from 255 or 21.12% from 587); Max value from RGB is 249 - color contains mainly: green. Hex color #D6F97C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F97C is #290683. Grayscale: #E0E0E0. Windows color (decimal): -2688644 or 8190422. OLE color: 8190422.

HSL color Cylindrical-coordinate representation of color #D6F97C: hue angle of 76.8º 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 #D6F97C is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 249 124 -
CMYK 0.14 0 0.50 0.02
HSL 76.8º 0.91% 0.73% -
HSV(B) 76.8º 0.5% 0.98% -
XYZ 65.25 83.5 31.75 -
YUV 224.29 71.4 120.66 -
System Red Green Blue C M Y K H S L
Decimal 214 249 124 0.14 0 0.50 0.02 76.8 0.91 0.73
Hex D6 F9 7C E 0 32 2 4D 5B 49
Octal 326 371 174 16 0 62 2 115 133 111
Binary 11010110 11111001 1111100 1110 0 110010 10 1001101 1011011 1001001

Color Harmonies of #D6F97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F97C

Black with #D6F97C

Text Example


Text Example

White with #D6F97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F97C; }

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

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

background-color css

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

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

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

border-color css

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

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

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