Html Css Color HEX #DBFC98 Reef

📋 copy color: '#DBFC98'

red 219 ◦ green 252 ◦ blue 152

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

Shades of Reef #DBFC98

Tints of Reef #DBFC98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 24.4%

R = 35.15%
G = 40.45%
B = 24.4%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#DBFC98 (or 0xDBFC98) is known color: Reef. HEX triplet: DB, FC and 98. RGB value is (219,252,152). Sum of RGB (Red+Green+Blue) = 219+252+152=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 252 (98.83% from 255 or 40.45% from 623); Blue value is 152 (59.77% from 255 or 24.40% from 623); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFC98 is #240367. Grayscale: #E7E7E7. Windows color (decimal): -2360168 or 10026203. OLE color: 10026203.

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

Color convert

RGB 219 252 152 -
CMYK 0.13 0 0.40 0.01
HSL 79.8º 0.94% 0.79% -
HSV(B) 79.8º 0.4% 0.99% -
XYZ 69.69 86.95 42.82 -
YUV 230.73 83.57 119.63 -
System Red Green Blue C M Y K H S L
Decimal 219 252 152 0.13 0 0.40 0.01 79.8 0.94 0.79
Hex DB FC 98 D 0 28 1 50 5E 4F
Octal 333 374 230 15 0 50 1 120 136 117
Binary 11011011 11111100 10011000 1101 0 101000 1 1010000 1011110 1001111

Color Harmonies of #DBFC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFC98

Black with #DBFC98

Text Example


Text Example

White with #DBFC98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFC98; }

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

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

background-color css

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

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

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

border-color css

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

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

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