Html Css Color HEX #DCF493 Reef

📋 copy color: '#DCF493'

red 220 ◦ green 244 ◦ blue 147

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

Shades of Reef #DCF493

Tints of Reef #DCF493

RGB

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

 GREEN value IS 244 (95.7% from 255) = 39.93%

 BLUE value IS 147 (57.81% from 255) = 24.06%

R = 36.01%
G = 39.93%
B = 24.06%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#DCF493 (or 0xDCF493) is known color: Reef. HEX triplet: DC, F4 and 93. RGB value is (220,244,147). Sum of RGB (Red+Green+Blue) = 220+244+147=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 244 (95.70% from 255 or 39.93% from 611); Blue value is 147 (57.81% from 255 or 24.06% from 611); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF493 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF493 is #230B6C. Grayscale: #E2E2E2. Windows color (decimal): -2296685 or 9696476. OLE color: 9696476.

HSL color Cylindrical-coordinate representation of color #DCF493: hue angle of 74.85º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCF493 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 244 147 -
CMYK 0.10 0 0.40 0.04
HSL 74.85º 0.82% 0.77% -
HSV(B) 74.85º 0.4% 0.96% -
XYZ 67.13 82.02 39.9 -
YUV 225.77 83.55 123.89 -
System Red Green Blue C M Y K H S L
Decimal 220 244 147 0.10 0 0.40 0.04 74.85 0.82 0.77
Hex DC F4 93 A 0 28 4 4B 52 4D
Octal 334 364 223 12 0 50 4 113 122 115
Binary 11011100 11110100 10010011 1010 0 101000 100 1001011 1010010 1001101

Color Harmonies of #DCF493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF493

Black with #DCF493

Text Example


Text Example

White with #DCF493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF493; }

 p { color: rgb(220,244,147); }

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

background-color css

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

 a { background-color: rgb(220,244,147); }

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

border-color css

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

 span { border-color: rgb(220,244,147); }

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