Html Css Color HEX #DBF69B Reef

📋 copy color: '#DBF69B'

red 219 ◦ green 246 ◦ blue 155

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

Shades of Reef #DBF69B

Tints of Reef #DBF69B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 25%

R = 35.32%
G = 39.68%
B = 25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#DBF69B (or 0xDBF69B) is known color: Reef. HEX triplet: DB, F6 and 9B. RGB value is (219,246,155). Sum of RGB (Red+Green+Blue) = 219+246+155=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 246 (96.48% from 255 or 39.68% from 620); Blue value is 155 (60.94% from 255 or 25% from 620); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF69B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF69B is #240964. Grayscale: #E3E3E3. Windows color (decimal): -2361701 or 10221275. OLE color: 10221275.

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

Color convert

RGB 219 246 155 -
CMYK 0.11 0 0.37 0.04
HSL 77.8º 0.83% 0.79% -
HSV(B) 77.8º 0.37% 0.96% -
XYZ 68.09 83.34 43.51 -
YUV 227.55 87.05 121.9 -
System Red Green Blue C M Y K H S L
Decimal 219 246 155 0.11 0 0.37 0.04 77.8 0.83 0.79
Hex DB F6 9B B 0 25 4 4E 53 4F
Octal 333 366 233 13 0 45 4 116 123 117
Binary 11011011 11110110 10011011 1011 0 100101 100 1001110 1010011 1001111

Color Harmonies of #DBF69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF69B

Black with #DBF69B

Text Example


Text Example

White with #DBF69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF69B; }

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

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

background-color css

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

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

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

border-color css

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

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

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