Html Css Color HEX #DBF48F Reef

📋 copy color: '#DBF48F'

red 219 ◦ green 244 ◦ blue 143

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

Shades of Reef #DBF48F

Tints of Reef #DBF48F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 23.6%

R = 36.14%
G = 40.26%
B = 23.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#DBF48F (or 0xDBF48F) is known color: Reef. HEX triplet: DB, F4 and 8F. RGB value is (219,244,143). Sum of RGB (Red+Green+Blue) = 219+244+143=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 244 (95.70% from 255 or 40.26% from 606); Blue value is 143 (56.25% from 255 or 23.60% from 606); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF48F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF48F is #240B70. Grayscale: #E1E1E1. Windows color (decimal): -2362225 or 9434331. OLE color: 9434331.

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

Color convert

RGB 219 244 143 -
CMYK 0.10 0 0.41 0.04
HSL 74.85º 0.82% 0.76% -
HSV(B) 74.85º 0.41% 0.96% -
XYZ 66.52 81.74 38.26 -
YUV 225.01 81.72 123.71 -
System Red Green Blue C M Y K H S L
Decimal 219 244 143 0.10 0 0.41 0.04 74.85 0.82 0.76
Hex DB F4 8F A 0 29 4 4B 52 4C
Octal 333 364 217 12 0 51 4 113 122 114
Binary 11011011 11110100 10001111 1010 0 101001 100 1001011 1010010 1001100

Color Harmonies of #DBF48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF48F

Black with #DBF48F

Text Example


Text Example

White with #DBF48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF48F; }

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

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

background-color css

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

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

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

border-color css

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

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

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