Html Css Color HEX #DBEF6A Mindaro

📋 copy color: '#DBEF6A'

red 219 ◦ green 239 ◦ blue 106

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

Shades of Mindaro #DBEF6A

Tints of Mindaro #DBEF6A

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.38%

 BLUE value IS 106 (41.8% from 255) = 18.79%

R = 38.83%
G = 42.38%
B = 18.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#DBEF6A (or 0xDBEF6A) is known color: Mindaro. HEX triplet: DB, EF and 6A. RGB value is (219,239,106). Sum of RGB (Red+Green+Blue) = 219+239+106=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 239 (93.75% from 255 or 42.38% from 564); Blue value is 106 (41.80% from 255 or 18.79% from 564); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEF6A is #241095. Grayscale: #DADADA. Windows color (decimal): -2363542 or 7008219. OLE color: 7008219.

HSL color Cylindrical-coordinate representation of color #DBEF6A: hue angle of 69.02º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBEF6A is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 239 106 -
CMYK 0.08 0 0.56 0.06
HSL 69.02º 0.81% 0.68% -
HSV(B) 69.02º 0.56% 0.94% -
XYZ 62.68 77.83 25.36 -
YUV 217.86 64.87 128.81 -
System Red Green Blue C M Y K H S L
Decimal 219 239 106 0.08 0 0.56 0.06 69.02 0.81 0.68
Hex DB EF 6A 8 0 38 6 45 51 44
Octal 333 357 152 10 0 70 6 105 121 104
Binary 11011011 11101111 1101010 1000 0 111000 110 1000101 1010001 1000100

Color Harmonies of #DBEF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEF6A

Black with #DBEF6A

Text Example


Text Example

White with #DBEF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEF6A; }

 p { color: rgb(219,239,106); }

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

background-color css

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

 a { background-color: rgb(219,239,106); }

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

border-color css

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

 span { border-color: rgb(219,239,106); }

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