Html Css Color HEX #DCF092 Reef

📋 copy color: '#DCF092'

red 220 ◦ green 240 ◦ blue 146

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

Shades of Reef #DCF092

Tints of Reef #DCF092

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.6%

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

R = 36.3%
G = 39.6%
B = 24.09%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#DCF092 (or 0xDCF092) is known color: Reef. HEX triplet: DC, F0 and 92. RGB value is (220,240,146). Sum of RGB (Red+Green+Blue) = 220+240+146=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 240 (94.14% from 255 or 39.60% from 606); Blue value is 146 (57.42% from 255 or 24.09% from 606); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF092 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF092 is #230F6D. Grayscale: #DFDFDF. Windows color (decimal): -2297710 or 9629916. OLE color: 9629916.

HSL color Cylindrical-coordinate representation of color #DCF092: hue angle of 72.77º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCF092 is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 240 146 -
CMYK 0.08 0 0.39 0.06
HSL 72.77º 0.76% 0.76% -
HSV(B) 72.77º 0.39% 0.94% -
XYZ 65.86 79.61 39.09 -
YUV 223.3 84.37 125.64 -
System Red Green Blue C M Y K H S L
Decimal 220 240 146 0.08 0 0.39 0.06 72.77 0.76 0.76
Hex DC F0 92 8 0 27 6 49 4C 4C
Octal 334 360 222 10 0 47 6 111 114 114
Binary 11011100 11110000 10010010 1000 0 100111 110 1001001 1001100 1001100

Color Harmonies of #DCF092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF092

Black with #DCF092

Text Example


Text Example

White with #DCF092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF092; }

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

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

background-color css

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

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

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

border-color css

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

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

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