Html Css Color HEX #DCFC92 Reef

📋 copy color: '#DCFC92'

red 220 ◦ green 252 ◦ blue 146

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

Shades of Reef #DCFC92

Tints of Reef #DCFC92

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.78%

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

R = 35.6%
G = 40.78%
B = 23.62%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#DCFC92 (or 0xDCFC92) is known color: Reef. HEX triplet: DC, FC and 92. RGB value is (220,252,146). Sum of RGB (Red+Green+Blue) = 220+252+146=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 252 (98.83% from 255 or 40.78% from 618); Blue value is 146 (57.42% from 255 or 23.62% from 618); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFC92 is #23036D. Grayscale: #E6E6E6. Windows color (decimal): -2294638 or 9632988. OLE color: 9632988.

HSL color Cylindrical-coordinate representation of color #DCFC92: hue angle of 78.11º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCFC92 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 252 146 -
CMYK 0.13 0 0.42 0.01
HSL 78.11º 0.95% 0.78% -
HSV(B) 78.11º 0.42% 0.99% -
XYZ 69.51 86.91 40.31 -
YUV 230.35 80.4 120.62 -
System Red Green Blue C M Y K H S L
Decimal 220 252 146 0.13 0 0.42 0.01 78.11 0.95 0.78
Hex DC FC 92 D 0 2A 1 4E 5F 4E
Octal 334 374 222 15 0 52 1 116 137 116
Binary 11011100 11111100 10010010 1101 0 101010 1 1001110 1011111 1001110

Color Harmonies of #DCFC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFC92

Black with #DCFC92

Text Example


Text Example

White with #DCFC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFC92; }

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

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

background-color css

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

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

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

border-color css

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

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

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