Html Css Color HEX #DBF264 Mindaro

📋 copy color: '#DBF264'

red 219 ◦ green 242 ◦ blue 100

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

Shades of Mindaro #DBF264

Tints of Mindaro #DBF264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 17.83%

R = 39.04%
G = 43.14%
B = 17.83%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#DBF264 (or 0xDBF264) is known color: Mindaro. HEX triplet: DB, F2 and 64. RGB value is (219,242,100). Sum of RGB (Red+Green+Blue) = 219+242+100=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 242 (94.92% from 255 or 43.14% from 561); Blue value is 100 (39.45% from 255 or 17.83% from 561); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF264 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF264 is #240D9B. Grayscale: #DBDBDB. Windows color (decimal): -2362780 or 6615771. OLE color: 6615771.

HSL color Cylindrical-coordinate representation of color #DBF264: hue angle of 69.72º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBF264 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 242 100 -
CMYK 0.10 0 0.59 0.05
HSL 69.72º 0.85% 0.67% -
HSV(B) 69.72º 0.59% 0.95% -
XYZ 63.27 79.48 24.06 -
YUV 218.94 60.88 128.05 -
System Red Green Blue C M Y K H S L
Decimal 219 242 100 0.10 0 0.59 0.05 69.72 0.85 0.67
Hex DB F2 64 A 0 3B 5 46 55 43
Octal 333 362 144 12 0 73 5 106 125 103
Binary 11011011 11110010 1100100 1010 0 111011 101 1000110 1010101 1000011

Color Harmonies of #DBF264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF264

Black with #DBF264

Text Example


Text Example

White with #DBF264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF264; }

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

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

background-color css

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

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

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

border-color css

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

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

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