Html Css Color HEX #DBF395 Reef

📋 copy color: '#DBF395'

red 219 ◦ green 243 ◦ blue 149

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

Shades of Reef #DBF395

Tints of Reef #DBF395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 24.39%

R = 35.84%
G = 39.77%
B = 24.39%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#DBF395 (or 0xDBF395) is known color: Reef. HEX triplet: DB, F3 and 95. RGB value is (219,243,149). Sum of RGB (Red+Green+Blue) = 219+243+149=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 243 (95.31% from 255 or 39.77% from 611); Blue value is 149 (58.59% from 255 or 24.39% from 611); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF395 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF395 is #240C6A. Grayscale: #E1E1E1. Windows color (decimal): -2362475 or 9827291. OLE color: 9827291.

HSL color Cylindrical-coordinate representation of color #DBF395: hue angle of 75.32º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBF395 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 243 149 -
CMYK 0.10 0 0.39 0.05
HSL 75.32º 0.8% 0.77% -
HSV(B) 75.32º 0.39% 0.95% -
XYZ 66.69 81.33 40.62 -
YUV 225.11 85.05 123.64 -
System Red Green Blue C M Y K H S L
Decimal 219 243 149 0.10 0 0.39 0.05 75.32 0.8 0.77
Hex DB F3 95 A 0 27 5 4B 50 4D
Octal 333 363 225 12 0 47 5 113 120 115
Binary 11011011 11110011 10010101 1010 0 100111 101 1001011 1010000 1001101

Color Harmonies of #DBF395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF395

Black with #DBF395

Text Example


Text Example

White with #DBF395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF395; }

 p { color: rgb(219,243,149); }

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

background-color css

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

 a { background-color: rgb(219,243,149); }

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

border-color css

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

 span { border-color: rgb(219,243,149); }

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