Html Css Color HEX #DCF991 Reef

📋 copy color: '#DCF991'

red 220 ◦ green 249 ◦ blue 145

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

Shades of Reef #DCF991

Tints of Reef #DCF991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 23.62%

R = 35.83%
G = 40.55%
B = 23.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#DCF991 (or 0xDCF991) is known color: Reef. HEX triplet: DC, F9 and 91. RGB value is (220,249,145). Sum of RGB (Red+Green+Blue) = 220+249+145=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 249 (97.66% from 255 or 40.55% from 614); Blue value is 145 (57.03% from 255 or 23.62% from 614); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF991 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF991 is #23066E. Grayscale: #E4E4E4. Windows color (decimal): -2295407 or 9566684. OLE color: 9566684.

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

Color convert

RGB 220 249 145 -
CMYK 0.12 0 0.42 0.02
HSL 76.73º 0.9% 0.77% -
HSV(B) 76.73º 0.42% 0.98% -
XYZ 68.5 85.01 39.59 -
YUV 228.47 80.89 121.96 -
System Red Green Blue C M Y K H S L
Decimal 220 249 145 0.12 0 0.42 0.02 76.73 0.9 0.77
Hex DC F9 91 C 0 2A 2 4D 5A 4D
Octal 334 371 221 14 0 52 2 115 132 115
Binary 11011100 11111001 10010001 1100 0 101010 10 1001101 1011010 1001101

Color Harmonies of #DCF991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF991

Black with #DCF991

Text Example


Text Example

White with #DCF991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF991; }

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

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

background-color css

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

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

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

border-color css

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

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

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