Html Css Color HEX #DBF88E Reef

📋 copy color: '#DBF88E'

red 219 ◦ green 248 ◦ blue 142

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

Shades of Reef #DBF88E

Tints of Reef #DBF88E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 23.32%

R = 35.96%
G = 40.72%
B = 23.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#DBF88E (or 0xDBF88E) is known color: Reef. HEX triplet: DB, F8 and 8E. RGB value is (219,248,142). Sum of RGB (Red+Green+Blue) = 219+248+142=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 248 (97.27% from 255 or 40.72% from 609); Blue value is 142 (55.86% from 255 or 23.32% from 609); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF88E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF88E is #240771. Grayscale: #E3E3E3. Windows color (decimal): -2361202 or 9369819. OLE color: 9369819.

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

Color convert

RGB 219 248 142 -
CMYK 0.12 0 0.43 0.03
HSL 76.42º 0.88% 0.76% -
HSV(B) 76.42º 0.43% 0.97% -
XYZ 67.66 84.15 38.27 -
YUV 227.25 79.89 122.12 -
System Red Green Blue C M Y K H S L
Decimal 219 248 142 0.12 0 0.43 0.03 76.42 0.88 0.76
Hex DB F8 8E C 0 2B 3 4C 58 4C
Octal 333 370 216 14 0 53 3 114 130 114
Binary 11011011 11111000 10001110 1100 0 101011 11 1001100 1011000 1001100

Color Harmonies of #DBF88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF88E

Black with #DBF88E

Text Example


Text Example

White with #DBF88E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF88E; }

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

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

background-color css

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

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

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

border-color css

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

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

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