Html Css Color HEX #DBF193 Reef

📋 copy color: '#DBF193'

red 219 ◦ green 241 ◦ blue 147

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

Shades of Reef #DBF193

Tints of Reef #DBF193

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.7%

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

R = 36.08%
G = 39.7%
B = 24.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#DBF193 (or 0xDBF193) is known color: Reef. HEX triplet: DB, F1 and 93. RGB value is (219,241,147). Sum of RGB (Red+Green+Blue) = 219+241+147=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 241 (94.53% from 255 or 39.70% from 607); Blue value is 147 (57.81% from 255 or 24.22% from 607); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF193 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF193 is #240E6C. Grayscale: #E0E0E0. Windows color (decimal): -2362989 or 9695707. OLE color: 9695707.

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

Color convert

RGB 219 241 147 -
CMYK 0.09 0 0.39 0.05
HSL 74.04º 0.77% 0.76% -
HSV(B) 74.04º 0.39% 0.95% -
XYZ 65.94 80.08 39.59 -
YUV 223.71 84.71 124.64 -
System Red Green Blue C M Y K H S L
Decimal 219 241 147 0.09 0 0.39 0.05 74.04 0.77 0.76
Hex DB F1 93 9 0 27 5 4A 4D 4C
Octal 333 361 223 11 0 47 5 112 115 114
Binary 11011011 11110001 10010011 1001 0 100111 101 1001010 1001101 1001100

Color Harmonies of #DBF193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF193

Black with #DBF193

Text Example


Text Example

White with #DBF193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF193; }

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

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

background-color css

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

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

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

border-color css

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

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

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