Html Css Color HEX #DBF48D Reef

📋 copy color: '#DBF48D'

red 219 ◦ green 244 ◦ blue 141

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

Shades of Reef #DBF48D

Tints of Reef #DBF48D

RGB

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

 GREEN value IS 244 (95.7% from 255) = 40.4%

 BLUE value IS 141 (55.47% from 255) = 23.34%

R = 36.26%
G = 40.4%
B = 23.34%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#DBF48D (or 0xDBF48D) is known color: Reef. HEX triplet: DB, F4 and 8D. RGB value is (219,244,141). Sum of RGB (Red+Green+Blue) = 219+244+141=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 244 (95.70% from 255 or 40.40% from 604); Blue value is 141 (55.47% from 255 or 23.34% from 604); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF48D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF48D is #240B72. Grayscale: #E1E1E1. Windows color (decimal): -2362227 or 9303259. OLE color: 9303259.

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

Color convert

RGB 219 244 141 -
CMYK 0.10 0 0.42 0.04
HSL 74.56º 0.82% 0.75% -
HSV(B) 74.56º 0.42% 0.96% -
XYZ 66.37 81.68 37.47 -
YUV 224.78 80.72 123.88 -
System Red Green Blue C M Y K H S L
Decimal 219 244 141 0.10 0 0.42 0.04 74.56 0.82 0.75
Hex DB F4 8D A 0 2A 4 4B 52 4B
Octal 333 364 215 12 0 52 4 113 122 113
Binary 11011011 11110100 10001101 1010 0 101010 100 1001011 1010010 1001011

Color Harmonies of #DBF48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF48D

Black with #DBF48D

Text Example


Text Example

White with #DBF48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF48D; }

 p { color: rgb(219,244,141); }

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

background-color css

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

 a { background-color: rgb(219,244,141); }

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

border-color css

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

 span { border-color: rgb(219,244,141); }

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