Html Css Color HEX #DBFD8A Reef

📋 copy color: '#DBFD8A'

red 219 ◦ green 253 ◦ blue 138

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

Shades of Reef #DBFD8A

Tints of Reef #DBFD8A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.48%

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

R = 35.9%
G = 41.48%
B = 22.62%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#DBFD8A (or 0xDBFD8A) is known color: Reef. HEX triplet: DB, FD and 8A. RGB value is (219,253,138). Sum of RGB (Red+Green+Blue) = 219+253+138=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 253 (99.22% from 255 or 41.48% from 610); Blue value is 138 (54.30% from 255 or 22.62% from 610); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFD8A is #240275. Grayscale: #E6E6E6. Windows color (decimal): -2359926 or 9108955. OLE color: 9108955.

HSL color Cylindrical-coordinate representation of color #DBFD8A: hue angle of 77.74º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBFD8A is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 253 138 -
CMYK 0.13 0 0.45 0.01
HSL 77.74º 0.97% 0.77% -
HSV(B) 77.74º 0.45% 0.99% -
XYZ 68.93 87.15 37.23 -
YUV 229.72 76.24 120.35 -
System Red Green Blue C M Y K H S L
Decimal 219 253 138 0.13 0 0.45 0.01 77.74 0.97 0.77
Hex DB FD 8A D 0 2D 1 4E 61 4D
Octal 333 375 212 15 0 55 1 116 141 115
Binary 11011011 11111101 10001010 1101 0 101101 1 1001110 1100001 1001101

Color Harmonies of #DBFD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFD8A

Black with #DBFD8A

Text Example


Text Example

White with #DBFD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFD8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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