Html Css Color HEX #DBF668 Mindaro

📋 copy color: '#DBF668'

red 219 ◦ green 246 ◦ blue 104

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

Shades of Mindaro #DBF668

Tints of Mindaro #DBF668

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.23%

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

R = 38.49%
G = 43.23%
B = 18.28%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#DBF668 (or 0xDBF668) is known color: Mindaro. HEX triplet: DB, F6 and 68. RGB value is (219,246,104). Sum of RGB (Red+Green+Blue) = 219+246+104=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 246 (96.48% from 255 or 43.23% from 569); Blue value is 104 (41.02% from 255 or 18.28% from 569); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF668 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF668 is #240997. Grayscale: #DEDEDE. Windows color (decimal): -2361752 or 6878939. OLE color: 6878939.

HSL color Cylindrical-coordinate representation of color #DBF668: hue angle of 71.41º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBF668 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 246 104 -
CMYK 0.11 0 0.58 0.04
HSL 71.41º 0.89% 0.69% -
HSV(B) 71.41º 0.58% 0.96% -
XYZ 64.67 81.97 25.51 -
YUV 221.74 61.55 126.05 -
System Red Green Blue C M Y K H S L
Decimal 219 246 104 0.11 0 0.58 0.04 71.41 0.89 0.69
Hex DB F6 68 B 0 3A 4 47 59 45
Octal 333 366 150 13 0 72 4 107 131 105
Binary 11011011 11110110 1101000 1011 0 111010 100 1000111 1011001 1000101

Color Harmonies of #DBF668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF668

Black with #DBF668

Text Example


Text Example

White with #DBF668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF668; }

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

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

background-color css

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

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

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

border-color css

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

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

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