Html Css Color HEX #DBF98A Reef

📋 copy color: '#DBF98A'

red 219 ◦ green 249 ◦ blue 138

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

Shades of Reef #DBF98A

Tints of Reef #DBF98A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.09%

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

R = 36.14%
G = 41.09%
B = 22.77%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#DBF98A (or 0xDBF98A) is known color: Reef. HEX triplet: DB, F9 and 8A. RGB value is (219,249,138). Sum of RGB (Red+Green+Blue) = 219+249+138=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 249 (97.66% from 255 or 41.09% from 606); Blue value is 138 (54.30% from 255 or 22.77% from 606); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF98A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF98A is #240675. Grayscale: #E3E3E3. Windows color (decimal): -2360950 or 9107931. OLE color: 9107931.

HSL color Cylindrical-coordinate representation of color #DBF98A: hue angle of 76.22º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBF98A is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 249 138 -
CMYK 0.12 0 0.45 0.02
HSL 76.22º 0.9% 0.76% -
HSV(B) 76.22º 0.45% 0.98% -
XYZ 67.68 84.65 36.82 -
YUV 227.38 77.56 122.03 -
System Red Green Blue C M Y K H S L
Decimal 219 249 138 0.12 0 0.45 0.02 76.22 0.9 0.76
Hex DB F9 8A C 0 2D 2 4C 5A 4C
Octal 333 371 212 14 0 55 2 114 132 114
Binary 11011011 11111001 10001010 1100 0 101101 10 1001100 1011010 1001100

Color Harmonies of #DBF98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF98A

Black with #DBF98A

Text Example


Text Example

White with #DBF98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF98A; }

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

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

background-color css

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

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

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

border-color css

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

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

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