Html Css Color HEX #DBF367 Mindaro

📋 copy color: '#DBF367'

red 219 ◦ green 243 ◦ blue 103

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

Shades of Mindaro #DBF367

Tints of Mindaro #DBF367

RGB

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

 GREEN value IS 243 (95.31% from 255) = 43.01%

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

R = 38.76%
G = 43.01%
B = 18.23%

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

#DBF367 (or 0xDBF367) is known color: Mindaro. HEX triplet: DB, F3 and 67. RGB value is (219,243,103). Sum of RGB (Red+Green+Blue) = 219+243+103=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 243 (95.31% from 255 or 43.01% from 565); Blue value is 103 (40.62% from 255 or 18.23% from 565); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF367 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF367 is #240C98. Grayscale: #DCDCDC. Windows color (decimal): -2362521 or 6812635. OLE color: 6812635.

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

Color convert

RGB 219 243 103 -
CMYK 0.10 0 0.58 0.05
HSL 70.29º 0.85% 0.68% -
HSV(B) 70.29º 0.58% 0.95% -
XYZ 63.71 80.14 24.94 -
YUV 219.86 62.05 127.38 -
System Red Green Blue C M Y K H S L
Decimal 219 243 103 0.10 0 0.58 0.05 70.29 0.85 0.68
Hex DB F3 67 A 0 3A 5 46 55 44
Octal 333 363 147 12 0 72 5 106 125 104
Binary 11011011 11110011 1100111 1010 0 111010 101 1000110 1010101 1000100

Color Harmonies of #DBF367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF367

Black with #DBF367

Text Example


Text Example

White with #DBF367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF367; }

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

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

background-color css

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

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

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

border-color css

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

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

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