Html Css Color HEX #DCF594 Reef

📋 copy color: '#DCF594'

red 220 ◦ green 245 ◦ blue 148

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

Shades of Reef #DCF594

Tints of Reef #DCF594

RGB

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

 GREEN value IS 245 (96.09% from 255) = 39.97%

 BLUE value IS 148 (58.2% from 255) = 24.14%

R = 35.89%
G = 39.97%
B = 24.14%

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

#DCF594 (or 0xDCF594) is known color: Reef. HEX triplet: DC, F5 and 94. RGB value is (220,245,148). Sum of RGB (Red+Green+Blue) = 220+245+148=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 245 (96.09% from 255 or 39.97% from 613); Blue value is 148 (58.20% from 255 or 24.14% from 613); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF594 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF594 is #230A6B. Grayscale: #E2E2E2. Windows color (decimal): -2296428 or 9762268. OLE color: 9762268.

HSL color Cylindrical-coordinate representation of color #DCF594: hue angle of 75.46º degrees, saturation: 0.83, 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 #DCF594 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 245 148 -
CMYK 0.10 0 0.40 0.04
HSL 75.46º 0.83% 0.77% -
HSV(B) 75.46º 0.4% 0.96% -
XYZ 67.51 82.66 40.41 -
YUV 226.47 83.72 123.39 -
System Red Green Blue C M Y K H S L
Decimal 220 245 148 0.10 0 0.40 0.04 75.46 0.83 0.77
Hex DC F5 94 A 0 28 4 4B 53 4D
Octal 334 365 224 12 0 50 4 113 123 115
Binary 11011100 11110101 10010100 1010 0 101000 100 1001011 1010011 1001101

Color Harmonies of #DCF594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF594

Black with #DCF594

Text Example


Text Example

White with #DCF594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF594; }

 p { color: rgb(220,245,148); }

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

background-color css

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

 a { background-color: rgb(220,245,148); }

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

border-color css

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

 span { border-color: rgb(220,245,148); }

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