Html Css Color HEX #DCF592 Reef

📋 copy color: '#DCF592'

red 220 ◦ green 245 ◦ blue 146

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

Shades of Reef #DCF592

Tints of Reef #DCF592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 23.9%

R = 36.01%
G = 40.1%
B = 23.9%

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

#DCF592 (or 0xDCF592) is known color: Reef. HEX triplet: DC, F5 and 92. RGB value is (220,245,146). Sum of RGB (Red+Green+Blue) = 220+245+146=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 245 (96.09% from 255 or 40.10% from 611); Blue value is 146 (57.42% from 255 or 23.90% from 611); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF592 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF592 is #230A6D. Grayscale: #E2E2E2. Windows color (decimal): -2296430 or 9631196. OLE color: 9631196.

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

Color convert

RGB 220 245 146 -
CMYK 0.10 0 0.40 0.04
HSL 75.15º 0.83% 0.77% -
HSV(B) 75.15º 0.4% 0.96% -
XYZ 67.36 82.6 39.59 -
YUV 226.24 82.72 123.55 -
System Red Green Blue C M Y K H S L
Decimal 220 245 146 0.10 0 0.40 0.04 75.15 0.83 0.77
Hex DC F5 92 A 0 28 4 4B 53 4D
Octal 334 365 222 12 0 50 4 113 123 115
Binary 11011100 11110101 10010010 1010 0 101000 100 1001011 1010011 1001101

Color Harmonies of #DCF592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF592

Black with #DCF592

Text Example


Text Example

White with #DCF592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF592; }

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

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

background-color css

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

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

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

border-color css

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

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

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