Html Css Color HEX #DBEF6B Mindaro

📋 copy color: '#DBEF6B'

red 219 ◦ green 239 ◦ blue 107

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

Shades of Mindaro #DBEF6B

Tints of Mindaro #DBEF6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 18.94%

R = 38.76%
G = 42.3%
B = 18.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#DBEF6B (or 0xDBEF6B) is known color: Mindaro. HEX triplet: DB, EF and 6B. RGB value is (219,239,107). Sum of RGB (Red+Green+Blue) = 219+239+107=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 239 (93.75% from 255 or 42.30% from 565); Blue value is 107 (42.19% from 255 or 18.94% from 565); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEF6B is #241094. Grayscale: #DADADA. Windows color (decimal): -2363541 or 7073755. OLE color: 7073755.

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

Color convert

RGB 219 239 107 -
CMYK 0.08 0 0.55 0.06
HSL 69.09º 0.8% 0.68% -
HSV(B) 69.09º 0.55% 0.94% -
XYZ 62.73 77.85 25.63 -
YUV 217.97 65.37 128.73 -
System Red Green Blue C M Y K H S L
Decimal 219 239 107 0.08 0 0.55 0.06 69.09 0.8 0.68
Hex DB EF 6B 8 0 37 6 45 50 44
Octal 333 357 153 10 0 67 6 105 120 104
Binary 11011011 11101111 1101011 1000 0 110111 110 1000101 1010000 1000100

Color Harmonies of #DBEF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEF6B

Black with #DBEF6B

Text Example


Text Example

White with #DBEF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEF6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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