Html Css Color HEX #DCFB93 Reef

📋 copy color: '#DCFB93'

red 220 ◦ green 251 ◦ blue 147

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

Shades of Reef #DCFB93

Tints of Reef #DCFB93

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.61%

 BLUE value IS 147 (57.81% from 255) = 23.79%

R = 35.6%
G = 40.61%
B = 23.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#DCFB93 (or 0xDCFB93) is known color: Reef. HEX triplet: DC, FB and 93. RGB value is (220,251,147). Sum of RGB (Red+Green+Blue) = 220+251+147=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 251 (98.44% from 255 or 40.61% from 618); Blue value is 147 (57.81% from 255 or 23.79% from 618); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFB93 is #23046C. Grayscale: #E6E6E6. Windows color (decimal): -2294893 or 9698268. OLE color: 9698268.

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

Color convert

RGB 220 251 147 -
CMYK 0.12 0 0.41 0.02
HSL 77.88º 0.93% 0.78% -
HSV(B) 77.88º 0.41% 0.98% -
XYZ 69.28 86.32 40.61 -
YUV 229.88 81.23 120.96 -
System Red Green Blue C M Y K H S L
Decimal 220 251 147 0.12 0 0.41 0.02 77.88 0.93 0.78
Hex DC FB 93 C 0 29 2 4E 5D 4E
Octal 334 373 223 14 0 51 2 116 135 116
Binary 11011100 11111011 10010011 1100 0 101001 10 1001110 1011101 1001110

Color Harmonies of #DCFB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFB93

Black with #DCFB93

Text Example


Text Example

White with #DCFB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFB93; }

 p { color: rgb(220,251,147); }

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

background-color css

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

 a { background-color: rgb(220,251,147); }

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

border-color css

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

 span { border-color: rgb(220,251,147); }

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