Html Css Color HEX #DBFC9D Reef

📋 copy color: '#DBFC9D'

red 219 ◦ green 252 ◦ blue 157

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

Shades of Reef #DBFC9D

Tints of Reef #DBFC9D

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.13%

 BLUE value IS 157 (61.72% from 255) = 25%

R = 34.87%
G = 40.13%
B = 25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#DBFC9D (or 0xDBFC9D) is known color: Reef. HEX triplet: DB, FC and 9D. RGB value is (219,252,157). Sum of RGB (Red+Green+Blue) = 219+252+157=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 252 (98.83% from 255 or 40.13% from 628); Blue value is 157 (61.72% from 255 or 25% from 628); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFC9D is #240362. Grayscale: #E7E7E7. Windows color (decimal): -2360163 or 10353883. OLE color: 10353883.

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

Color convert

RGB 219 252 157 -
CMYK 0.13 0 0.38 0.01
HSL 80.84º 0.94% 0.8% -
HSV(B) 80.84º 0.38% 0.99% -
XYZ 70.11 87.12 45.02 -
YUV 231.3 86.07 119.22 -
System Red Green Blue C M Y K H S L
Decimal 219 252 157 0.13 0 0.38 0.01 80.84 0.94 0.8
Hex DB FC 9D D 0 26 1 51 5E 50
Octal 333 374 235 15 0 46 1 121 136 120
Binary 11011011 11111100 10011101 1101 0 100110 1 1010001 1011110 1010000

Color Harmonies of #DBFC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFC9D

Black with #DBFC9D

Text Example


Text Example

White with #DBFC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFC9D; }

 p { color: rgb(219,252,157); }

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

background-color css

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

 a { background-color: rgb(219,252,157); }

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

border-color css

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

 span { border-color: rgb(219,252,157); }

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