Html Css Color HEX #DCF993 Reef

📋 copy color: '#DCF993'

red 220 ◦ green 249 ◦ blue 147

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

Shades of Reef #DCF993

Tints of Reef #DCF993

RGB

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

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

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

R = 35.71%
G = 40.42%
B = 23.86%

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

#DCF993 (or 0xDCF993) is known color: Reef. HEX triplet: DC, F9 and 93. RGB value is (220,249,147). Sum of RGB (Red+Green+Blue) = 220+249+147=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 249 (97.66% from 255 or 40.42% from 616); Blue value is 147 (57.81% from 255 or 23.86% from 616); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF993 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF993 is #23066C. Grayscale: #E5E5E5. Windows color (decimal): -2295405 or 9697756. OLE color: 9697756.

HSL color Cylindrical-coordinate representation of color #DCF993: hue angle of 77.06º degrees, saturation: 0.89, 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 #DCF993 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 249 147 -
CMYK 0.12 0 0.41 0.02
HSL 77.06º 0.89% 0.78% -
HSV(B) 77.06º 0.41% 0.98% -
XYZ 68.66 85.07 40.41 -
YUV 228.7 81.89 121.79 -
System Red Green Blue C M Y K H S L
Decimal 220 249 147 0.12 0 0.41 0.02 77.06 0.89 0.78
Hex DC F9 93 C 0 29 2 4D 59 4E
Octal 334 371 223 14 0 51 2 115 131 116
Binary 11011100 11111001 10010011 1100 0 101001 10 1001101 1011001 1001110

Color Harmonies of #DCF993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF993

Black with #DCF993

Text Example


Text Example

White with #DCF993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF993; }

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

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

background-color css

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

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

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

border-color css

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

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

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