Html Css Color HEX #DBF48E Reef

📋 copy color: '#DBF48E'

red 219 ◦ green 244 ◦ blue 142

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

Shades of Reef #DBF48E

Tints of Reef #DBF48E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 23.47%

R = 36.2%
G = 40.33%
B = 23.47%

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

#DBF48E (or 0xDBF48E) is known color: Reef. HEX triplet: DB, F4 and 8E. RGB value is (219,244,142). Sum of RGB (Red+Green+Blue) = 219+244+142=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 244 (95.70% from 255 or 40.33% from 605); Blue value is 142 (55.86% from 255 or 23.47% from 605); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF48E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF48E is #240B71. Grayscale: #E1E1E1. Windows color (decimal): -2362226 or 9368795. OLE color: 9368795.

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

Color convert

RGB 219 244 142 -
CMYK 0.10 0 0.42 0.04
HSL 74.71º 0.82% 0.76% -
HSV(B) 74.71º 0.42% 0.96% -
XYZ 66.45 81.71 37.86 -
YUV 224.9 81.22 123.79 -
System Red Green Blue C M Y K H S L
Decimal 219 244 142 0.10 0 0.42 0.04 74.71 0.82 0.76
Hex DB F4 8E A 0 2A 4 4B 52 4C
Octal 333 364 216 12 0 52 4 113 122 114
Binary 11011011 11110100 10001110 1010 0 101010 100 1001011 1010010 1001100

Color Harmonies of #DBF48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF48E

Black with #DBF48E

Text Example


Text Example

White with #DBF48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF48E; }

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

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

background-color css

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

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

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

border-color css

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

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

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