Html Css Color HEX #DCF892 Reef

📋 copy color: '#DCF892'

red 220 ◦ green 248 ◦ blue 146

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

Shades of Reef #DCF892

Tints of Reef #DCF892

RGB

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

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

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

R = 35.83%
G = 40.39%
B = 23.78%

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

#DCF892 (or 0xDCF892) is known color: Reef. HEX triplet: DC, F8 and 92. RGB value is (220,248,146). Sum of RGB (Red+Green+Blue) = 220+248+146=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 248 (97.27% from 255 or 40.39% from 614); Blue value is 146 (57.42% from 255 or 23.78% from 614); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF892 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF892 is #23076D. Grayscale: #E4E4E4. Windows color (decimal): -2295662 or 9631964. OLE color: 9631964.

HSL color Cylindrical-coordinate representation of color #DCF892: hue angle of 76.47º 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 #DCF892 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 248 146 -
CMYK 0.11 0 0.41 0.03
HSL 76.47º 0.88% 0.77% -
HSV(B) 76.47º 0.41% 0.97% -
XYZ 68.27 84.43 39.89 -
YUV 228 81.72 122.29 -
System Red Green Blue C M Y K H S L
Decimal 220 248 146 0.11 0 0.41 0.03 76.47 0.88 0.77
Hex DC F8 92 B 0 29 3 4C 58 4D
Octal 334 370 222 13 0 51 3 114 130 115
Binary 11011100 11111000 10010010 1011 0 101001 11 1001100 1011000 1001101

Color Harmonies of #DCF892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF892

Black with #DCF892

Text Example


Text Example

White with #DCF892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF892; }

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

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

background-color css

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

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

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

border-color css

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

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

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