Html Css Color HEX #DBF990 Reef

📋 copy color: '#DBF990'

red 219 ◦ green 249 ◦ blue 144

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

Shades of Reef #DBF990

Tints of Reef #DBF990

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.69%

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

R = 35.78%
G = 40.69%
B = 23.53%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#DBF990 (or 0xDBF990) is known color: Reef. HEX triplet: DB, F9 and 90. RGB value is (219,249,144). Sum of RGB (Red+Green+Blue) = 219+249+144=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 249 (97.66% from 255 or 40.69% from 612); Blue value is 144 (56.64% from 255 or 23.53% from 612); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF990 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF990 is #24066F. Grayscale: #E4E4E4. Windows color (decimal): -2360944 or 9501147. OLE color: 9501147.

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

Color convert

RGB 219 249 144 -
CMYK 0.12 0 0.42 0.02
HSL 77.14º 0.9% 0.77% -
HSV(B) 77.14º 0.42% 0.98% -
XYZ 68.12 84.83 39.17 -
YUV 228.06 80.56 121.54 -
System Red Green Blue C M Y K H S L
Decimal 219 249 144 0.12 0 0.42 0.02 77.14 0.9 0.77
Hex DB F9 90 C 0 2A 2 4D 5A 4D
Octal 333 371 220 14 0 52 2 115 132 115
Binary 11011011 11111001 10010000 1100 0 101010 10 1001101 1011010 1001101

Color Harmonies of #DBF990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF990

Black with #DBF990

Text Example


Text Example

White with #DBF990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF990; }

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

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

background-color css

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

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

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

border-color css

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

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

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