Html Css Color HEX #DCF38F Reef

📋 copy color: '#DCF38F'

red 220 ◦ green 243 ◦ blue 143

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

Shades of Reef #DCF38F

Tints of Reef #DCF38F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 23.6%

R = 36.3%
G = 40.1%
B = 23.6%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#DCF38F (or 0xDCF38F) is known color: Reef. HEX triplet: DC, F3 and 8F. RGB value is (220,243,143). Sum of RGB (Red+Green+Blue) = 220+243+143=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 243 (95.31% from 255 or 40.10% from 606); Blue value is 143 (56.25% from 255 or 23.60% from 606); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF38F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF38F is #230C70. Grayscale: #E1E1E1. Windows color (decimal): -2296945 or 9434076. OLE color: 9434076.

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

Color convert

RGB 220 243 143 -
CMYK 0.09 0 0.41 0.05
HSL 73.8º 0.81% 0.76% -
HSV(B) 73.8º 0.41% 0.95% -
XYZ 66.52 81.3 38.17 -
YUV 224.72 81.88 124.63 -
System Red Green Blue C M Y K H S L
Decimal 220 243 143 0.09 0 0.41 0.05 73.8 0.81 0.76
Hex DC F3 8F 9 0 29 5 4A 51 4C
Octal 334 363 217 11 0 51 5 112 121 114
Binary 11011100 11110011 10001111 1001 0 101001 101 1001010 1010001 1001100

Color Harmonies of #DCF38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF38F

Black with #DCF38F

Text Example


Text Example

White with #DCF38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF38F; }

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

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

background-color css

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

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

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

border-color css

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

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

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