Html Css Color HEX #DBFF8B Reef

📋 copy color: '#DBFF8B'

red 219 ◦ green 255 ◦ blue 139

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

Shades of Reef #DBFF8B

Tints of Reef #DBFF8B

RGB

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

 GREEN value IS 255 (100% from 255) = 41.6%

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

R = 35.73%
G = 41.6%
B = 22.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#DBFF8B (or 0xDBFF8B) is known color: Reef. HEX triplet: DB, FF and 8B. RGB value is (219,255,139). Sum of RGB (Red+Green+Blue) = 219+255+139=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 139 (54.69% from 255 or 22.68% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFF8B is #240074. Grayscale: #E7E7E7. Windows color (decimal): -2359413 or 9175003. OLE color: 9175003.

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

Color convert

RGB 219 255 139 -
CMYK 0.14 0 0.45 0
HSL 78.62º 1% 0.77% -
HSV(B) 78.62º 0.45% 1% -
XYZ 69.63 88.44 37.83 -
YUV 231.01 76.07 119.43 -
System Red Green Blue C M Y K H S L
Decimal 219 255 139 0.14 0 0.45 0 78.62 1 0.77
Hex DB FF 8B E 0 2D 0 4F 64 4D
Octal 333 377 213 16 0 55 0 117 144 115
Binary 11011011 11111111 10001011 1110 0 101101 0 1001111 1100100 1001101

Color Harmonies of #DBFF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFF8B

Black with #DBFF8B

Text Example


Text Example

White with #DBFF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFF8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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