Html Css Color HEX #DBF68B Reef

📋 copy color: '#DBF68B'

red 219 ◦ green 246 ◦ blue 139

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

Shades of Reef #DBF68B

Tints of Reef #DBF68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.01%

R = 36.26%
G = 40.73%
B = 23.01%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#DBF68B (or 0xDBF68B) is known color: Reef. HEX triplet: DB, F6 and 8B. RGB value is (219,246,139). Sum of RGB (Red+Green+Blue) = 219+246+139=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 246 (96.48% from 255 or 40.73% from 604); Blue value is 139 (54.69% from 255 or 23.01% from 604); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF68B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF68B is #240974. Grayscale: #E2E2E2. Windows color (decimal): -2361717 or 9172699. OLE color: 9172699.

HSL color Cylindrical-coordinate representation of color #DBF68B: hue angle of 75.14º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBF68B is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 246 139 -
CMYK 0.11 0 0.43 0.04
HSL 75.14º 0.86% 0.75% -
HSV(B) 75.14º 0.43% 0.96% -
XYZ 66.83 82.84 36.89 -
YUV 225.73 79.05 123.2 -
System Red Green Blue C M Y K H S L
Decimal 219 246 139 0.11 0 0.43 0.04 75.14 0.86 0.75
Hex DB F6 8B B 0 2B 4 4B 56 4B
Octal 333 366 213 13 0 53 4 113 126 113
Binary 11011011 11110110 10001011 1011 0 101011 100 1001011 1010110 1001011

Color Harmonies of #DBF68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF68B

Black with #DBF68B

Text Example


Text Example

White with #DBF68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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