Html Css Color HEX #D6F988 Sulu

📋 copy color: '#D6F988'

red 214 ◦ green 249 ◦ blue 136

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

Shades of Sulu #D6F988

Tints of Sulu #D6F988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 22.7%

R = 35.73%
G = 41.57%
B = 22.7%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#D6F988 (or 0xD6F988) is known color: Sulu. HEX triplet: D6, F9 and 88. RGB value is (214,249,136). Sum of RGB (Red+Green+Blue) = 214+249+136=599 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.73% from 599); Green value is 249 (97.66% from 255 or 41.57% from 599); Blue value is 136 (53.52% from 255 or 22.70% from 599); Max value from RGB is 249 - color contains mainly: green. Hex color #D6F988 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F988 is #290677. Grayscale: #E2E2E2. Windows color (decimal): -2688632 or 8976854. OLE color: 8976854.

HSL color Cylindrical-coordinate representation of color #D6F988: hue angle of 78.58º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6F988 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 249 136 -
CMYK 0.14 0 0.45 0.02
HSL 78.58º 0.9% 0.75% -
HSV(B) 78.58º 0.45% 0.98% -
XYZ 66.05 83.83 35.99 -
YUV 225.65 77.4 119.69 -
System Red Green Blue C M Y K H S L
Decimal 214 249 136 0.14 0 0.45 0.02 78.58 0.9 0.75
Hex D6 F9 88 E 0 2D 2 4F 5A 4B
Octal 326 371 210 16 0 55 2 117 132 113
Binary 11010110 11111001 10001000 1110 0 101101 10 1001111 1011010 1001011

Color Harmonies of #D6F988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F988

Black with #D6F988

Text Example


Text Example

White with #D6F988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F988; }

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

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

background-color css

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

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

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

border-color css

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

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

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