Html Css Color HEX #DBFB90 Reef

📋 copy color: '#DBFB90'

red 219 ◦ green 251 ◦ blue 144

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

Shades of Reef #DBFB90

Tints of Reef #DBFB90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 23.45%

R = 35.67%
G = 40.88%
B = 23.45%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#DBFB90 (or 0xDBFB90) is known color: Reef. HEX triplet: DB, FB and 90. RGB value is (219,251,144). Sum of RGB (Red+Green+Blue) = 219+251+144=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 144 (56.64% from 255 or 23.45% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFB90 is #24046F. Grayscale: #E5E5E5. Windows color (decimal): -2360432 or 9501659. OLE color: 9501659.

HSL color Cylindrical-coordinate representation of color #DBFB90: hue angle of 77.94º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBFB90 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 251 144 -
CMYK 0.13 0 0.43 0.02
HSL 77.94º 0.93% 0.77% -
HSV(B) 77.94º 0.43% 0.98% -
XYZ 68.74 86.07 39.38 -
YUV 229.23 79.9 120.7 -
System Red Green Blue C M Y K H S L
Decimal 219 251 144 0.13 0 0.43 0.02 77.94 0.93 0.77
Hex DB FB 90 D 0 2B 2 4E 5D 4D
Octal 333 373 220 15 0 53 2 116 135 115
Binary 11011011 11111011 10010000 1101 0 101011 10 1001110 1011101 1001101

Color Harmonies of #DBFB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFB90

Black with #DBFB90

Text Example


Text Example

White with #DBFB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFB90; }

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

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

background-color css

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

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

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

border-color css

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

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

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