Html Css Color HEX #DBFA8A Reef

📋 copy color: '#DBFA8A'

red 219 ◦ green 250 ◦ blue 138

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

Shades of Reef #DBFA8A

Tints of Reef #DBFA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 22.73%

R = 36.08%
G = 41.19%
B = 22.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#DBFA8A (or 0xDBFA8A) is known color: Reef. HEX triplet: DB, FA and 8A. RGB value is (219,250,138). Sum of RGB (Red+Green+Blue) = 219+250+138=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 138 (54.30% from 255 or 22.73% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFA8A is #240575. Grayscale: #E4E4E4. Windows color (decimal): -2360694 or 9108187. OLE color: 9108187.

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

Color convert

RGB 219 250 138 -
CMYK 0.12 0 0.45 0.02
HSL 76.61º 0.92% 0.76% -
HSV(B) 76.61º 0.45% 0.98% -
XYZ 67.99 85.27 36.92 -
YUV 227.96 77.23 121.61 -
System Red Green Blue C M Y K H S L
Decimal 219 250 138 0.12 0 0.45 0.02 76.61 0.92 0.76
Hex DB FA 8A C 0 2D 2 4D 5C 4C
Octal 333 372 212 14 0 55 2 115 134 114
Binary 11011011 11111010 10001010 1100 0 101101 10 1001101 1011100 1001100

Color Harmonies of #DBFA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFA8A

Black with #DBFA8A

Text Example


Text Example

White with #DBFA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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