Html Css Color HEX #DCF890 Reef

📋 copy color: '#DCF890'

red 220 ◦ green 248 ◦ blue 144

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

Shades of Reef #DCF890

Tints of Reef #DCF890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 23.53%

R = 35.95%
G = 40.52%
B = 23.53%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#DCF890 (or 0xDCF890) is known color: Reef. HEX triplet: DC, F8 and 90. RGB value is (220,248,144). Sum of RGB (Red+Green+Blue) = 220+248+144=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 248 (97.27% from 255 or 40.52% from 612); Blue value is 144 (56.64% from 255 or 23.53% from 612); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF890 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF890 is #23076F. Grayscale: #E4E4E4. Windows color (decimal): -2295664 or 9500892. OLE color: 9500892.

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

Color convert

RGB 220 248 144 -
CMYK 0.11 0 0.42 0.03
HSL 76.15º 0.88% 0.77% -
HSV(B) 76.15º 0.42% 0.97% -
XYZ 68.12 84.36 39.08 -
YUV 227.77 80.72 122.46 -
System Red Green Blue C M Y K H S L
Decimal 220 248 144 0.11 0 0.42 0.03 76.15 0.88 0.77
Hex DC F8 90 B 0 2A 3 4C 58 4D
Octal 334 370 220 13 0 52 3 114 130 115
Binary 11011100 11111000 10010000 1011 0 101010 11 1001100 1011000 1001101

Color Harmonies of #DCF890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF890

Black with #DCF890

Text Example


Text Example

White with #DCF890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF890; }

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

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

background-color css

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

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

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

border-color css

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

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

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