Html Css Color HEX #DBF693 Reef

📋 copy color: '#DBF693'

red 219 ◦ green 246 ◦ blue 147

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

Shades of Reef #DBF693

Tints of Reef #DBF693

RGB

 RED value IS 219 (85.94% from 255) = 35.78%

 GREEN value IS 246 (96.48% from 255) = 40.2%

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

R = 35.78%
G = 40.2%
B = 24.02%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#DBF693 (or 0xDBF693) is known color: Reef. HEX triplet: DB, F6 and 93. RGB value is (219,246,147). Sum of RGB (Red+Green+Blue) = 219+246+147=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 246 (96.48% from 255 or 40.20% from 612); Blue value is 147 (57.81% from 255 or 24.02% from 612); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF693 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF693 is #24096C. Grayscale: #E3E3E3. Windows color (decimal): -2361709 or 9696987. OLE color: 9696987.

HSL color Cylindrical-coordinate representation of color #DBF693: hue angle of 76.36º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBF693 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 246 147 -
CMYK 0.11 0 0.40 0.04
HSL 76.36º 0.85% 0.77% -
HSV(B) 76.36º 0.4% 0.96% -
XYZ 67.44 83.08 40.09 -
YUV 226.64 83.05 122.55 -
System Red Green Blue C M Y K H S L
Decimal 219 246 147 0.11 0 0.40 0.04 76.36 0.85 0.77
Hex DB F6 93 B 0 28 4 4C 55 4D
Octal 333 366 223 13 0 50 4 114 125 115
Binary 11011011 11110110 10010011 1011 0 101000 100 1001100 1010101 1001101

Color Harmonies of #DBF693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF693

Black with #DBF693

Text Example


Text Example

White with #DBF693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF693; }

 p { color: rgb(219,246,147); }

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

background-color css

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

 a { background-color: rgb(219,246,147); }

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

border-color css

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

 span { border-color: rgb(219,246,147); }

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