Html Css Color HEX #DCF886 Sulu

📋 copy color: '#DCF886'

red 220 ◦ green 248 ◦ blue 134

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

Shades of Sulu #DCF886

Tints of Sulu #DCF886

RGB

 RED value IS 220 (86.33% from 255) = 36.54%

 GREEN value IS 248 (97.27% from 255) = 41.2%

 BLUE value IS 134 (52.73% from 255) = 22.26%

R = 36.54%
G = 41.2%
B = 22.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#DCF886 (or 0xDCF886) is known color: Sulu. HEX triplet: DC, F8 and 86. RGB value is (220,248,134). Sum of RGB (Red+Green+Blue) = 220+248+134=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 248 (97.27% from 255 or 41.20% from 602); Blue value is 134 (52.73% from 255 or 22.26% from 602); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF886 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF886 is #230779. Grayscale: #E3E3E3. Windows color (decimal): -2295674 or 8845532. OLE color: 8845532.

HSL color Cylindrical-coordinate representation of color #DCF886: hue angle of 74.74º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCF886 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 248 134 -
CMYK 0.11 0 0.46 0.03
HSL 74.74º 0.89% 0.75% -
HSV(B) 74.74º 0.46% 0.97% -
XYZ 67.39 84.07 35.23 -
YUV 226.63 75.72 123.27 -
System Red Green Blue C M Y K H S L
Decimal 220 248 134 0.11 0 0.46 0.03 74.74 0.89 0.75
Hex DC F8 86 B 0 2E 3 4B 59 4B
Octal 334 370 206 13 0 56 3 113 131 113
Binary 11011100 11111000 10000110 1011 0 101110 11 1001011 1011001 1001011

Color Harmonies of #DCF886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF886

Black with #DCF886

Text Example


Text Example

White with #DCF886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF886; }

 p { color: rgb(220,248,134); }

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

background-color css

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

 a { background-color: rgb(220,248,134); }

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

border-color css

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

 span { border-color: rgb(220,248,134); }

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