Html Css Color HEX #DBFB8A Reef

📋 copy color: '#DBFB8A'

red 219 ◦ green 251 ◦ blue 138

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

Shades of Reef #DBFB8A

Tints of Reef #DBFB8A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.28%

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

R = 36.02%
G = 41.28%
B = 22.7%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#DBFB8A (or 0xDBFB8A) is known color: Reef. HEX triplet: DB, FB and 8A. RGB value is (219,251,138). Sum of RGB (Red+Green+Blue) = 219+251+138=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 251 (98.44% from 255 or 41.28% from 608); Blue value is 138 (54.30% from 255 or 22.70% from 608); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFB8A is #240475. Grayscale: #E4E4E4. Windows color (decimal): -2360438 or 9108443. OLE color: 9108443.

HSL color Cylindrical-coordinate representation of color #DBFB8A: hue angle of 76.99º degrees, saturation: 0.93, 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 #DBFB8A is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 251 138 -
CMYK 0.13 0 0.45 0.02
HSL 76.99º 0.93% 0.76% -
HSV(B) 76.99º 0.45% 0.98% -
XYZ 68.3 85.89 37.02 -
YUV 228.55 76.9 121.19 -
System Red Green Blue C M Y K H S L
Decimal 219 251 138 0.13 0 0.45 0.02 76.99 0.93 0.76
Hex DB FB 8A D 0 2D 2 4D 5D 4C
Octal 333 373 212 15 0 55 2 115 135 114
Binary 11011011 11111011 10001010 1101 0 101101 10 1001101 1011101 1001100

Color Harmonies of #DBFB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFB8A

Black with #DBFB8A

Text Example


Text Example

White with #DBFB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFB8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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