Html Css Color HEX #DBFA93 Reef

📋 copy color: '#DBFA93'

red 219 ◦ green 250 ◦ blue 147

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

Shades of Reef #DBFA93

Tints of Reef #DBFA93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 23.86%

R = 35.55%
G = 40.58%
B = 23.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#DBFA93 (or 0xDBFA93) is known color: Reef. HEX triplet: DB, FA and 93. RGB value is (219,250,147). Sum of RGB (Red+Green+Blue) = 219+250+147=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 147 (57.81% from 255 or 23.86% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFA93 is #24056C. Grayscale: #E5E5E5. Windows color (decimal): -2360685 or 9698011. OLE color: 9698011.

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

Color convert

RGB 219 250 147 -
CMYK 0.12 0 0.41 0.02
HSL 78.06º 0.91% 0.78% -
HSV(B) 78.06º 0.41% 0.98% -
XYZ 68.67 85.54 40.5 -
YUV 228.99 81.73 120.88 -
System Red Green Blue C M Y K H S L
Decimal 219 250 147 0.12 0 0.41 0.02 78.06 0.91 0.78
Hex DB FA 93 C 0 29 2 4E 5B 4E
Octal 333 372 223 14 0 51 2 116 133 116
Binary 11011011 11111010 10010011 1100 0 101001 10 1001110 1011011 1001110

Color Harmonies of #DBFA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFA93

Black with #DBFA93

Text Example


Text Example

White with #DBFA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFA93; }

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

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

background-color css

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

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

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

border-color css

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

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

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