Html Css Color HEX #DBF092 Reef

📋 copy color: '#DBF092'

red 219 ◦ green 240 ◦ blue 146

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

Shades of Reef #DBF092

Tints of Reef #DBF092

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.67%

 BLUE value IS 146 (57.42% from 255) = 24.13%

R = 36.2%
G = 39.67%
B = 24.13%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#DBF092 (or 0xDBF092) is known color: Reef. HEX triplet: DB, F0 and 92. RGB value is (219,240,146). Sum of RGB (Red+Green+Blue) = 219+240+146=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 240 (94.14% from 255 or 39.67% from 605); Blue value is 146 (57.42% from 255 or 24.13% from 605); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF092 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF092 is #240F6D. Grayscale: #DFDFDF. Windows color (decimal): -2363246 or 9629915. OLE color: 9629915.

HSL color Cylindrical-coordinate representation of color #DBF092: hue angle of 73.4º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBF092 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 240 146 -
CMYK 0.09 0 0.39 0.06
HSL 73.4º 0.76% 0.76% -
HSV(B) 73.4º 0.39% 0.94% -
XYZ 65.56 79.46 39.08 -
YUV 223.01 84.54 125.14 -
System Red Green Blue C M Y K H S L
Decimal 219 240 146 0.09 0 0.39 0.06 73.4 0.76 0.76
Hex DB F0 92 9 0 27 6 49 4C 4C
Octal 333 360 222 11 0 47 6 111 114 114
Binary 11011011 11110000 10010010 1001 0 100111 110 1001001 1001100 1001100

Color Harmonies of #DBF092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF092

Black with #DBF092

Text Example


Text Example

White with #DBF092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF092; }

 p { color: rgb(219,240,146); }

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

background-color css

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

 a { background-color: rgb(219,240,146); }

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

border-color css

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

 span { border-color: rgb(219,240,146); }

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