Html Css Color HEX #DBEF67 Mindaro

📋 copy color: '#DBEF67'

red 219 ◦ green 239 ◦ blue 103

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

Shades of Mindaro #DBEF67

Tints of Mindaro #DBEF67

RGB

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

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

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

R = 39.04%
G = 42.6%
B = 18.36%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#DBEF67 (or 0xDBEF67) is known color: Mindaro. HEX triplet: DB, EF and 67. RGB value is (219,239,103). Sum of RGB (Red+Green+Blue) = 219+239+103=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 103 (40.62% from 255 or 18.36% from 561); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEF67 is #241098. Grayscale: #DADADA. Windows color (decimal): -2363545 or 6811611. OLE color: 6811611.

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

Color convert

RGB 219 239 103 -
CMYK 0.08 0 0.57 0.06
HSL 68.82º 0.81% 0.67% -
HSV(B) 68.82º 0.57% 0.94% -
XYZ 62.53 77.77 24.55 -
YUV 217.52 63.37 129.06 -
System Red Green Blue C M Y K H S L
Decimal 219 239 103 0.08 0 0.57 0.06 68.82 0.81 0.67
Hex DB EF 67 8 0 39 6 45 51 43
Octal 333 357 147 10 0 71 6 105 121 103
Binary 11011011 11101111 1100111 1000 0 111001 110 1000101 1010001 1000011

Color Harmonies of #DBEF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEF67

Black with #DBEF67

Text Example


Text Example

White with #DBEF67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEF67; }

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

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

background-color css

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

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

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

border-color css

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

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

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