Html Css Color HEX #DBF48C Reef

📋 copy color: '#DBF48C'

red 219 ◦ green 244 ◦ blue 140

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

Shades of Reef #DBF48C

Tints of Reef #DBF48C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.22%

R = 36.32%
G = 40.46%
B = 23.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#DBF48C (or 0xDBF48C) is known color: Reef. HEX triplet: DB, F4 and 8C. RGB value is (219,244,140). Sum of RGB (Red+Green+Blue) = 219+244+140=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 244 (95.70% from 255 or 40.46% from 603); Blue value is 140 (55.08% from 255 or 23.22% from 603); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF48C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF48C is #240B73. Grayscale: #E1E1E1. Windows color (decimal): -2362228 or 9237723. OLE color: 9237723.

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

Color convert

RGB 219 244 140 -
CMYK 0.10 0 0.43 0.04
HSL 74.42º 0.83% 0.75% -
HSV(B) 74.42º 0.43% 0.96% -
XYZ 66.3 81.65 37.08 -
YUV 224.67 80.22 123.96 -
System Red Green Blue C M Y K H S L
Decimal 219 244 140 0.10 0 0.43 0.04 74.42 0.83 0.75
Hex DB F4 8C A 0 2B 4 4A 53 4B
Octal 333 364 214 12 0 53 4 112 123 113
Binary 11011011 11110100 10001100 1010 0 101011 100 1001010 1010011 1001011

Color Harmonies of #DBF48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF48C

Black with #DBF48C

Text Example


Text Example

White with #DBF48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF48C; }

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

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

background-color css

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

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

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

border-color css

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

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

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