Html Css Color HEX #DBFA94 Reef

📋 copy color: '#DBFA94'

red 219 ◦ green 250 ◦ blue 148

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

Shades of Reef #DBFA94

Tints of Reef #DBFA94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 23.99%

R = 35.49%
G = 40.52%
B = 23.99%

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

#DBFA94 (or 0xDBFA94) is known color: Reef. HEX triplet: DB, FA and 94. RGB value is (219,250,148). Sum of RGB (Red+Green+Blue) = 219+250+148=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 148 (58.20% from 255 or 23.99% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFA94 is #24056B. Grayscale: #E5E5E5. Windows color (decimal): -2360684 or 9763547. OLE color: 9763547.

HSL color Cylindrical-coordinate representation of color #DBFA94: hue angle of 78.24º 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 #DBFA94 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 250 148 -
CMYK 0.12 0 0.41 0.02
HSL 78.24º 0.91% 0.78% -
HSV(B) 78.24º 0.41% 0.98% -
XYZ 68.74 85.57 40.91 -
YUV 229.1 82.23 120.79 -
System Red Green Blue C M Y K H S L
Decimal 219 250 148 0.12 0 0.41 0.02 78.24 0.91 0.78
Hex DB FA 94 C 0 29 2 4E 5B 4E
Octal 333 372 224 14 0 51 2 116 133 116
Binary 11011011 11111010 10010100 1100 0 101001 10 1001110 1011011 1001110

Color Harmonies of #DBFA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFA94

Black with #DBFA94

Text Example


Text Example

White with #DBFA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFA94; }

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

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

background-color css

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

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

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

border-color css

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

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

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