Html Css Color HEX #DBF88A Reef

📋 copy color: '#DBF88A'

red 219 ◦ green 248 ◦ blue 138

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

Shades of Reef #DBF88A

Tints of Reef #DBF88A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.99%

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

R = 36.2%
G = 40.99%
B = 22.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#DBF88A (or 0xDBF88A) is known color: Reef. HEX triplet: DB, F8 and 8A. RGB value is (219,248,138). Sum of RGB (Red+Green+Blue) = 219+248+138=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 248 (97.27% from 255 or 40.99% from 605); Blue value is 138 (54.30% from 255 or 22.81% from 605); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF88A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF88A is #240775. Grayscale: #E3E3E3. Windows color (decimal): -2361206 or 9107675. OLE color: 9107675.

HSL color Cylindrical-coordinate representation of color #DBF88A: hue angle of 75.82º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBF88A is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 248 138 -
CMYK 0.12 0 0.44 0.03
HSL 75.82º 0.89% 0.76% -
HSV(B) 75.82º 0.44% 0.97% -
XYZ 67.37 84.03 36.71 -
YUV 226.79 77.89 122.44 -
System Red Green Blue C M Y K H S L
Decimal 219 248 138 0.12 0 0.44 0.03 75.82 0.89 0.76
Hex DB F8 8A C 0 2C 3 4C 59 4C
Octal 333 370 212 14 0 54 3 114 131 114
Binary 11011011 11111000 10001010 1100 0 101100 11 1001100 1011001 1001100

Color Harmonies of #DBF88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF88A

Black with #DBF88A

Text Example


Text Example

White with #DBF88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF88A; }

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

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

background-color css

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

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

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

border-color css

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

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

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