Html Css Color HEX #DBF267 Mindaro

📋 copy color: '#DBF267'

red 219 ◦ green 242 ◦ blue 103

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

Shades of Mindaro #DBF267

Tints of Mindaro #DBF267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.26%

R = 38.83%
G = 42.91%
B = 18.26%

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

#DBF267 (or 0xDBF267) is known color: Mindaro. HEX triplet: DB, F2 and 67. RGB value is (219,242,103). Sum of RGB (Red+Green+Blue) = 219+242+103=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 242 (94.92% from 255 or 42.91% from 564); Blue value is 103 (40.62% from 255 or 18.26% from 564); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF267 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF267 is #240D98. Grayscale: #DBDBDB. Windows color (decimal): -2362777 or 6812379. OLE color: 6812379.

HSL color Cylindrical-coordinate representation of color #DBF267: hue angle of 69.93º 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 #DBF267 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 242 103 -
CMYK 0.10 0 0.57 0.05
HSL 69.93º 0.84% 0.68% -
HSV(B) 69.93º 0.57% 0.95% -
XYZ 63.41 79.54 24.84 -
YUV 219.28 62.38 127.8 -
System Red Green Blue C M Y K H S L
Decimal 219 242 103 0.10 0 0.57 0.05 69.93 0.84 0.68
Hex DB F2 67 A 0 39 5 46 54 44
Octal 333 362 147 12 0 71 5 106 124 104
Binary 11011011 11110010 1100111 1010 0 111001 101 1000110 1010100 1000100

Color Harmonies of #DBF267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF267

Black with #DBF267

Text Example


Text Example

White with #DBF267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF267; }

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

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

background-color css

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

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

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

border-color css

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

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

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