Html Css Color HEX #DCF19A Reef

📋 copy color: '#DCF19A'

red 220 ◦ green 241 ◦ blue 154

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

Shades of Reef #DCF19A

Tints of Reef #DCF19A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.19%

 BLUE value IS 154 (60.55% from 255) = 25.04%

R = 35.77%
G = 39.19%
B = 25.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#DCF19A (or 0xDCF19A) is known color: Reef. HEX triplet: DC, F1 and 9A. RGB value is (220,241,154). Sum of RGB (Red+Green+Blue) = 220+241+154=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 241 (94.53% from 255 or 39.19% from 615); Blue value is 154 (60.55% from 255 or 25.04% from 615); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF19A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF19A is #230E65. Grayscale: #E1E1E1. Windows color (decimal): -2297446 or 10154460. OLE color: 10154460.

HSL color Cylindrical-coordinate representation of color #DCF19A: hue angle of 74.48º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCF19A is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 241 154 -
CMYK 0.09 0 0.36 0.05
HSL 74.48º 0.76% 0.77% -
HSV(B) 74.48º 0.36% 0.95% -
XYZ 66.8 80.46 42.58 -
YUV 224.8 88.04 124.57 -
System Red Green Blue C M Y K H S L
Decimal 220 241 154 0.09 0 0.36 0.05 74.48 0.76 0.77
Hex DC F1 9A 9 0 24 5 4A 4C 4D
Octal 334 361 232 11 0 44 5 112 114 115
Binary 11011100 11110001 10011010 1001 0 100100 101 1001010 1001100 1001101

Color Harmonies of #DCF19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF19A

Black with #DCF19A

Text Example


Text Example

White with #DCF19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF19A; }

 p { color: rgb(220,241,154); }

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

background-color css

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

 a { background-color: rgb(220,241,154); }

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

border-color css

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

 span { border-color: rgb(220,241,154); }

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