Html Css Color HEX #DBFA8B Reef

📋 copy color: '#DBFA8B'

red 219 ◦ green 250 ◦ blue 139

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

Shades of Reef #DBFA8B

Tints of Reef #DBFA8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 22.86%

R = 36.02%
G = 41.12%
B = 22.86%

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

#DBFA8B (or 0xDBFA8B) is known color: Reef. HEX triplet: DB, FA and 8B. RGB value is (219,250,139). Sum of RGB (Red+Green+Blue) = 219+250+139=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 139 (54.69% from 255 or 22.86% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFA8B is #240574. Grayscale: #E4E4E4. Windows color (decimal): -2360693 or 9173723. OLE color: 9173723.

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

Color convert

RGB 219 250 139 -
CMYK 0.12 0 0.44 0.02
HSL 76.76º 0.92% 0.76% -
HSV(B) 76.76º 0.44% 0.98% -
XYZ 68.06 85.3 37.3 -
YUV 228.08 77.73 121.53 -
System Red Green Blue C M Y K H S L
Decimal 219 250 139 0.12 0 0.44 0.02 76.76 0.92 0.76
Hex DB FA 8B C 0 2C 2 4D 5C 4C
Octal 333 372 213 14 0 54 2 115 134 114
Binary 11011011 11111010 10001011 1100 0 101100 10 1001101 1011100 1001100

Color Harmonies of #DBFA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFA8B

Black with #DBFA8B

Text Example


Text Example

White with #DBFA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFA8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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