Html Css Color HEX #DCF38E Reef

📋 copy color: '#DCF38E'

red 220 ◦ green 243 ◦ blue 142

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

Shades of Reef #DCF38E

Tints of Reef #DCF38E

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.17%

 BLUE value IS 142 (55.86% from 255) = 23.47%

R = 36.36%
G = 40.17%
B = 23.47%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#DCF38E (or 0xDCF38E) is known color: Reef. HEX triplet: DC, F3 and 8E. RGB value is (220,243,142). Sum of RGB (Red+Green+Blue) = 220+243+142=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 243 (95.31% from 255 or 40.17% from 605); Blue value is 142 (55.86% from 255 or 23.47% from 605); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF38E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF38E is #230C71. Grayscale: #E0E0E0. Windows color (decimal): -2296946 or 9368540. OLE color: 9368540.

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

Color convert

RGB 220 243 142 -
CMYK 0.09 0 0.42 0.05
HSL 73.66º 0.81% 0.75% -
HSV(B) 73.66º 0.42% 0.95% -
XYZ 66.45 81.27 37.78 -
YUV 224.61 81.38 124.71 -
System Red Green Blue C M Y K H S L
Decimal 220 243 142 0.09 0 0.42 0.05 73.66 0.81 0.75
Hex DC F3 8E 9 0 2A 5 4A 51 4B
Octal 334 363 216 11 0 52 5 112 121 113
Binary 11011100 11110011 10001110 1001 0 101010 101 1001010 1010001 1001011

Color Harmonies of #DCF38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF38E

Black with #DCF38E

Text Example


Text Example

White with #DCF38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF38E; }

 p { color: rgb(220,243,142); }

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

background-color css

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

 a { background-color: rgb(220,243,142); }

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

border-color css

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

 span { border-color: rgb(220,243,142); }

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