Html Css Color HEX #DBF266 Mindaro

📋 copy color: '#DBF266'

red 219 ◦ green 242 ◦ blue 102

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

Shades of Mindaro #DBF266

Tints of Mindaro #DBF266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.12%

R = 38.9%
G = 42.98%
B = 18.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#DBF266 (or 0xDBF266) is known color: Mindaro. HEX triplet: DB, F2 and 66. RGB value is (219,242,102). Sum of RGB (Red+Green+Blue) = 219+242+102=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 242 (94.92% from 255 or 42.98% from 563); Blue value is 102 (40.23% from 255 or 18.12% from 563); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF266 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF266 is #240D99. Grayscale: #DBDBDB. Windows color (decimal): -2362778 or 6746843. OLE color: 6746843.

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

Color convert

RGB 219 242 102 -
CMYK 0.10 0 0.58 0.05
HSL 69.86º 0.84% 0.67% -
HSV(B) 69.86º 0.58% 0.95% -
XYZ 63.36 79.52 24.58 -
YUV 219.16 61.88 127.88 -
System Red Green Blue C M Y K H S L
Decimal 219 242 102 0.10 0 0.58 0.05 69.86 0.84 0.67
Hex DB F2 66 A 0 3A 5 46 54 43
Octal 333 362 146 12 0 72 5 106 124 103
Binary 11011011 11110010 1100110 1010 0 111010 101 1000110 1010100 1000011

Color Harmonies of #DBF266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF266

Black with #DBF266

Text Example


Text Example

White with #DBF266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF266; }

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

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

background-color css

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

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

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

border-color css

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

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

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