Html Css Color HEX #DBF48A Reef

📋 copy color: '#DBF48A'

red 219 ◦ green 244 ◦ blue 138

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

Shades of Reef #DBF48A

Tints of Reef #DBF48A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 22.96%

R = 36.44%
G = 40.6%
B = 22.96%

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

#DBF48A (or 0xDBF48A) is known color: Reef. HEX triplet: DB, F4 and 8A. RGB value is (219,244,138). Sum of RGB (Red+Green+Blue) = 219+244+138=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 244 (95.70% from 255 or 40.60% from 601); Blue value is 138 (54.30% from 255 or 22.96% from 601); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF48A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF48A is #240B75. Grayscale: #E0E0E0. Windows color (decimal): -2362230 or 9106651. OLE color: 9106651.

HSL color Cylindrical-coordinate representation of color #DBF48A: hue angle of 74.15º 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 #DBF48A is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 244 138 -
CMYK 0.10 0 0.43 0.04
HSL 74.15º 0.83% 0.75% -
HSV(B) 74.15º 0.43% 0.96% -
XYZ 66.15 81.6 36.31 -
YUV 224.44 79.22 124.12 -
System Red Green Blue C M Y K H S L
Decimal 219 244 138 0.10 0 0.43 0.04 74.15 0.83 0.75
Hex DB F4 8A A 0 2B 4 4A 53 4B
Octal 333 364 212 12 0 53 4 112 123 113
Binary 11011011 11110100 10001010 1010 0 101011 100 1001010 1010011 1001011

Color Harmonies of #DBF48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF48A

Black with #DBF48A

Text Example


Text Example

White with #DBF48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF48A; }

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

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

background-color css

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

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

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

border-color css

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

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

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