Html Css Color HEX #DBF9A5 Reef

📋 copy color: '#DBF9A5'

red 219 ◦ green 249 ◦ blue 165

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

Shades of Reef #DBF9A5

Tints of Reef #DBF9A5

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.34%

 BLUE value IS 165 (64.84% from 255) = 26.07%

R = 34.6%
G = 39.34%
B = 26.07%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#DBF9A5 (or 0xDBF9A5) is known color: Reef. HEX triplet: DB, F9 and A5. RGB value is (219,249,165). Sum of RGB (Red+Green+Blue) = 219+249+165=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 249 (97.66% from 255 or 39.34% from 633); Blue value is 165 (64.84% from 255 or 26.07% from 633); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF9A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF9A5 is #24065A. Grayscale: #E6E6E6. Windows color (decimal): -2360923 or 10877403. OLE color: 10877403.

HSL color Cylindrical-coordinate representation of color #DBF9A5: hue angle of 81.43º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBF9A5 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 249 165 -
CMYK 0.12 0 0.34 0.02
HSL 81.43º 0.88% 0.81% -
HSV(B) 81.43º 0.34% 0.98% -
XYZ 69.88 85.53 48.42 -
YUV 230.45 91.06 119.83 -
System Red Green Blue C M Y K H S L
Decimal 219 249 165 0.12 0 0.34 0.02 81.43 0.88 0.81
Hex DB F9 A5 C 0 22 2 51 58 51
Octal 333 371 245 14 0 42 2 121 130 121
Binary 11011011 11111001 10100101 1100 0 100010 10 1010001 1011000 1010001

Color Harmonies of #DBF9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF9A5

Black with #DBF9A5

Text Example


Text Example

White with #DBF9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF9A5; }

 p { color: rgb(219,249,165); }

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

background-color css

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

 a { background-color: rgb(219,249,165); }

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

border-color css

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

 span { border-color: rgb(219,249,165); }

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