Html Css Color HEX #DBFA92 Reef

📋 copy color: '#DBFA92'

red 219 ◦ green 250 ◦ blue 146

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

Shades of Reef #DBFA92

Tints of Reef #DBFA92

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.65%

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

R = 35.61%
G = 40.65%
B = 23.74%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#DBFA92 (or 0xDBFA92) is known color: Reef. HEX triplet: DB, FA and 92. RGB value is (219,250,146). Sum of RGB (Red+Green+Blue) = 219+250+146=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 146 (57.42% from 255 or 23.74% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFA92 is #24056D. Grayscale: #E5E5E5. Windows color (decimal): -2360686 or 9632475. OLE color: 9632475.

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

Color convert

RGB 219 250 146 -
CMYK 0.12 0 0.42 0.02
HSL 77.88º 0.91% 0.78% -
HSV(B) 77.88º 0.42% 0.98% -
XYZ 68.59 85.51 40.08 -
YUV 228.88 81.23 120.96 -
System Red Green Blue C M Y K H S L
Decimal 219 250 146 0.12 0 0.42 0.02 77.88 0.91 0.78
Hex DB FA 92 C 0 2A 2 4E 5B 4E
Octal 333 372 222 14 0 52 2 116 133 116
Binary 11011011 11111010 10010010 1100 0 101010 10 1001110 1011011 1001110

Color Harmonies of #DBFA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFA92

Black with #DBFA92

Text Example


Text Example

White with #DBFA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFA92; }

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

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

background-color css

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

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

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

border-color css

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

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

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