Html Css Color HEX #DCF98D Reef

📋 copy color: '#DCF98D'

red 220 ◦ green 249 ◦ blue 141

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

Shades of Reef #DCF98D

Tints of Reef #DCF98D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.11%

R = 36.07%
G = 40.82%
B = 23.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#DCF98D (or 0xDCF98D) is known color: Reef. HEX triplet: DC, F9 and 8D. RGB value is (220,249,141). Sum of RGB (Red+Green+Blue) = 220+249+141=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 249 (97.66% from 255 or 40.82% from 610); Blue value is 141 (55.47% from 255 or 23.11% from 610); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF98D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF98D is #230672. Grayscale: #E4E4E4. Windows color (decimal): -2295411 or 9304540. OLE color: 9304540.

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

Color convert

RGB 220 249 141 -
CMYK 0.12 0 0.43 0.02
HSL 76.11º 0.9% 0.76% -
HSV(B) 76.11º 0.43% 0.98% -
XYZ 68.2 84.89 37.99 -
YUV 228.02 78.89 122.28 -
System Red Green Blue C M Y K H S L
Decimal 220 249 141 0.12 0 0.43 0.02 76.11 0.9 0.76
Hex DC F9 8D C 0 2B 2 4C 5A 4C
Octal 334 371 215 14 0 53 2 114 132 114
Binary 11011100 11111001 10001101 1100 0 101011 10 1001100 1011010 1001100

Color Harmonies of #DCF98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF98D

Black with #DCF98D

Text Example


Text Example

White with #DCF98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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