Html Css Color HEX #DBF65A Mindaro

📋 copy color: '#DBF65A'

red 219 ◦ green 246 ◦ blue 90

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

Shades of Mindaro #DBF65A

Tints of Mindaro #DBF65A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.32%

 BLUE value IS 90 (35.55% from 255) = 16.22%

R = 39.46%
G = 44.32%
B = 16.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#DBF65A (or 0xDBF65A) is known color: Mindaro. HEX triplet: DB, F6 and 5A. RGB value is (219,246,90). Sum of RGB (Red+Green+Blue) = 219+246+90=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 246 (96.48% from 255 or 44.32% from 555); Blue value is 90 (35.55% from 255 or 16.22% from 555); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF65A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF65A is #2409A5. Grayscale: #DCDCDC. Windows color (decimal): -2361766 or 5961435. OLE color: 5961435.

HSL color Cylindrical-coordinate representation of color #DBF65A: hue angle of 70.38º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBF65A is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 246 90 -
CMYK 0.11 0 0.63 0.04
HSL 70.38º 0.9% 0.66% -
HSV(B) 70.38º 0.63% 0.96% -
XYZ 64.01 81.71 22.07 -
YUV 220.14 54.55 127.18 -
System Red Green Blue C M Y K H S L
Decimal 219 246 90 0.11 0 0.63 0.04 70.38 0.9 0.66
Hex DB F6 5A B 0 3F 4 46 5A 42
Octal 333 366 132 13 0 77 4 106 132 102
Binary 11011011 11110110 1011010 1011 0 111111 100 1000110 1011010 1000010

Color Harmonies of #DBF65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF65A

Black with #DBF65A

Text Example


Text Example

White with #DBF65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF65A; }

 p { color: rgb(219,246,90); }

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

background-color css

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

 a { background-color: rgb(219,246,90); }

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

border-color css

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

 span { border-color: rgb(219,246,90); }

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