Html Css Color HEX #DBF892 Reef

📋 copy color: '#DBF892'

red 219 ◦ green 248 ◦ blue 146

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

Shades of Reef #DBF892

Tints of Reef #DBF892

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.46%

 BLUE value IS 146 (57.42% from 255) = 23.82%

R = 35.73%
G = 40.46%
B = 23.82%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#DBF892 (or 0xDBF892) is known color: Reef. HEX triplet: DB, F8 and 92. RGB value is (219,248,146). Sum of RGB (Red+Green+Blue) = 219+248+146=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 248 (97.27% from 255 or 40.46% from 613); Blue value is 146 (57.42% from 255 or 23.82% from 613); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF892 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF892 is #24076D. Grayscale: #E4E4E4. Windows color (decimal): -2361198 or 9631963. OLE color: 9631963.

HSL color Cylindrical-coordinate representation of color #DBF892: hue angle of 77.06º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBF892 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 248 146 -
CMYK 0.12 0 0.41 0.03
HSL 77.06º 0.88% 0.77% -
HSV(B) 77.06º 0.41% 0.97% -
XYZ 67.97 84.27 39.88 -
YUV 227.7 81.89 121.79 -
System Red Green Blue C M Y K H S L
Decimal 219 248 146 0.12 0 0.41 0.03 77.06 0.88 0.77
Hex DB F8 92 C 0 29 3 4D 58 4D
Octal 333 370 222 14 0 51 3 115 130 115
Binary 11011011 11111000 10010010 1100 0 101001 11 1001101 1011000 1001101

Color Harmonies of #DBF892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF892

Black with #DBF892

Text Example


Text Example

White with #DBF892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF892; }

 p { color: rgb(219,248,146); }

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

background-color css

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

 a { background-color: rgb(219,248,146); }

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

border-color css

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

 span { border-color: rgb(219,248,146); }

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