Html Css Color HEX #DCFA93 Reef

📋 copy color: '#DCFA93'

red 220 ◦ green 250 ◦ blue 147

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

Shades of Reef #DCFA93

Tints of Reef #DCFA93

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.52%

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

R = 35.66%
G = 40.52%
B = 23.82%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#DCFA93 (or 0xDCFA93) is known color: Reef. HEX triplet: DC, FA and 93. RGB value is (220,250,147). Sum of RGB (Red+Green+Blue) = 220+250+147=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 147 (57.81% from 255 or 23.82% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFA93 is #23056C. Grayscale: #E5E5E5. Windows color (decimal): -2295149 or 9698012. OLE color: 9698012.

HSL color Cylindrical-coordinate representation of color #DCFA93: hue angle of 77.48º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCFA93 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 250 147 -
CMYK 0.12 0 0.41 0.02
HSL 77.48º 0.91% 0.78% -
HSV(B) 77.48º 0.41% 0.98% -
XYZ 68.97 85.69 40.51 -
YUV 229.29 81.56 121.38 -
System Red Green Blue C M Y K H S L
Decimal 220 250 147 0.12 0 0.41 0.02 77.48 0.91 0.78
Hex DC FA 93 C 0 29 2 4D 5B 4E
Octal 334 372 223 14 0 51 2 115 133 116
Binary 11011100 11111010 10010011 1100 0 101001 10 1001101 1011011 1001110

Color Harmonies of #DCFA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFA93

Black with #DCFA93

Text Example


Text Example

White with #DCFA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFA93; }

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

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

background-color css

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

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

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

border-color css

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

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

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