Html Css Color HEX #DBF290 Reef

📋 copy color: '#DBF290'

red 219 ◦ green 242 ◦ blue 144

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

Shades of Reef #DBF290

Tints of Reef #DBF290

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40%

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

R = 36.2%
G = 40%
B = 23.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#DBF290 (or 0xDBF290) is known color: Reef. HEX triplet: DB, F2 and 90. RGB value is (219,242,144). Sum of RGB (Red+Green+Blue) = 219+242+144=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 144 (56.64% from 255 or 23.80% from 605); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF290 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF290 is #240D6F. Grayscale: #E0E0E0. Windows color (decimal): -2362736 or 9499355. OLE color: 9499355.

HSL color Cylindrical-coordinate representation of color #DBF290: hue angle of 74.08º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBF290 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 242 144 -
CMYK 0.10 0 0.40 0.05
HSL 74.08º 0.79% 0.76% -
HSV(B) 74.08º 0.4% 0.95% -
XYZ 66 80.58 38.46 -
YUV 223.95 82.88 124.47 -
System Red Green Blue C M Y K H S L
Decimal 219 242 144 0.10 0 0.40 0.05 74.08 0.79 0.76
Hex DB F2 90 A 0 28 5 4A 4F 4C
Octal 333 362 220 12 0 50 5 112 117 114
Binary 11011011 11110010 10010000 1010 0 101000 101 1001010 1001111 1001100

Color Harmonies of #DBF290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF290

Black with #DBF290

Text Example


Text Example

White with #DBF290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF290; }

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

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

background-color css

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

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

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

border-color css

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

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

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