Html Css Color HEX #DBFA8D Reef

📋 copy color: '#DBFA8D'

red 219 ◦ green 250 ◦ blue 141

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

Shades of Reef #DBFA8D

Tints of Reef #DBFA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.11%

R = 35.9%
G = 40.98%
B = 23.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#DBFA8D (or 0xDBFA8D) is known color: Reef. HEX triplet: DB, FA and 8D. RGB value is (219,250,141). Sum of RGB (Red+Green+Blue) = 219+250+141=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 250 (98.05% from 255 or 40.98% from 610); Blue value is 141 (55.47% from 255 or 23.11% from 610); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFA8D is #240572. Grayscale: #E4E4E4. Windows color (decimal): -2360691 or 9304795. OLE color: 9304795.

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

Color convert

RGB 219 250 141 -
CMYK 0.12 0 0.44 0.02
HSL 77.06º 0.92% 0.77% -
HSV(B) 77.06º 0.44% 0.98% -
XYZ 68.21 85.35 38.08 -
YUV 228.31 78.73 121.36 -
System Red Green Blue C M Y K H S L
Decimal 219 250 141 0.12 0 0.44 0.02 77.06 0.92 0.77
Hex DB FA 8D C 0 2C 2 4D 5C 4D
Octal 333 372 215 14 0 54 2 115 134 115
Binary 11011011 11111010 10001101 1100 0 101100 10 1001101 1011100 1001101

Color Harmonies of #DBFA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFA8D

Black with #DBFA8D

Text Example


Text Example

White with #DBFA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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