Html Css Color HEX #DCF893 Reef

📋 copy color: '#DCF893'

red 220 ◦ green 248 ◦ blue 147

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

Shades of Reef #DCF893

Tints of Reef #DCF893

RGB

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

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

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

R = 35.77%
G = 40.33%
B = 23.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#DCF893 (or 0xDCF893) is known color: Reef. HEX triplet: DC, F8 and 93. RGB value is (220,248,147). Sum of RGB (Red+Green+Blue) = 220+248+147=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 248 (97.27% from 255 or 40.33% from 615); Blue value is 147 (57.81% from 255 or 23.90% from 615); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF893 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF893 is #23076C. Grayscale: #E4E4E4. Windows color (decimal): -2295661 or 9697500. OLE color: 9697500.

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

Color convert

RGB 220 248 147 -
CMYK 0.11 0 0.41 0.03
HSL 76.63º 0.88% 0.77% -
HSV(B) 76.63º 0.41% 0.97% -
XYZ 68.35 84.46 40.3 -
YUV 228.11 82.22 122.21 -
System Red Green Blue C M Y K H S L
Decimal 220 248 147 0.11 0 0.41 0.03 76.63 0.88 0.77
Hex DC F8 93 B 0 29 3 4D 58 4D
Octal 334 370 223 13 0 51 3 115 130 115
Binary 11011100 11111000 10010011 1011 0 101001 11 1001101 1011000 1001101

Color Harmonies of #DCF893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF893

Black with #DCF893

Text Example


Text Example

White with #DCF893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF893; }

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

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

background-color css

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

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

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

border-color css

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

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

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