Html Css Color HEX #DCF992 Reef

📋 copy color: '#DCF992'

red 220 ◦ green 249 ◦ blue 146

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

Shades of Reef #DCF992

Tints of Reef #DCF992

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.49%

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

R = 35.77%
G = 40.49%
B = 23.74%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#DCF992 (or 0xDCF992) is known color: Reef. HEX triplet: DC, F9 and 92. RGB value is (220,249,146). Sum of RGB (Red+Green+Blue) = 220+249+146=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 249 (97.66% from 255 or 40.49% from 615); Blue value is 146 (57.42% from 255 or 23.74% from 615); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF992 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF992 is #23066D. Grayscale: #E4E4E4. Windows color (decimal): -2295406 or 9632220. OLE color: 9632220.

HSL color Cylindrical-coordinate representation of color #DCF992: hue angle of 76.89º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCF992 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 249 146 -
CMYK 0.12 0 0.41 0.02
HSL 76.89º 0.9% 0.77% -
HSV(B) 76.89º 0.41% 0.98% -
XYZ 68.58 85.04 39.99 -
YUV 228.59 81.39 121.88 -
System Red Green Blue C M Y K H S L
Decimal 220 249 146 0.12 0 0.41 0.02 76.89 0.9 0.77
Hex DC F9 92 C 0 29 2 4D 5A 4D
Octal 334 371 222 14 0 51 2 115 132 115
Binary 11011100 11111001 10010010 1100 0 101001 10 1001101 1011010 1001101

Color Harmonies of #DCF992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF992

Black with #DCF992

Text Example


Text Example

White with #DCF992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF992; }

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

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

background-color css

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

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

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

border-color css

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

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

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