Html Css Color HEX #DBF268 Mindaro

📋 copy color: '#DBF268'

red 219 ◦ green 242 ◦ blue 104

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

Shades of Mindaro #DBF268

Tints of Mindaro #DBF268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.41%

R = 38.76%
G = 42.83%
B = 18.41%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#DBF268 (or 0xDBF268) is known color: Mindaro. HEX triplet: DB, F2 and 68. RGB value is (219,242,104). Sum of RGB (Red+Green+Blue) = 219+242+104=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 242 (94.92% from 255 or 42.83% from 565); Blue value is 104 (41.02% from 255 or 18.41% from 565); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF268 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF268 is #240D97. Grayscale: #DBDBDB. Windows color (decimal): -2362776 or 6877915. OLE color: 6877915.

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

Color convert

RGB 219 242 104 -
CMYK 0.10 0 0.57 0.05
HSL 70º 0.84% 0.68% -
HSV(B) 70º 0.57% 0.95% -
XYZ 63.46 79.56 25.11 -
YUV 219.39 62.88 127.72 -
System Red Green Blue C M Y K H S L
Decimal 219 242 104 0.10 0 0.57 0.05 70 0.84 0.68
Hex DB F2 68 A 0 39 5 46 54 44
Octal 333 362 150 12 0 71 5 106 124 104
Binary 11011011 11110010 1101000 1010 0 111001 101 1000110 1010100 1000100

Color Harmonies of #DBF268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF268

Black with #DBF268

Text Example


Text Example

White with #DBF268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF268; }

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

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

background-color css

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

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

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

border-color css

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

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

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