Html Css Color HEX #DBEA64 Mindaro

📋 copy color: '#DBEA64'

red 219 ◦ green 234 ◦ blue 100

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

Shades of Mindaro #DBEA64

Tints of Mindaro #DBEA64

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.31%

 BLUE value IS 100 (39.45% from 255) = 18.08%

R = 39.6%
G = 42.31%
B = 18.08%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#DBEA64 (or 0xDBEA64) is known color: Mindaro. HEX triplet: DB, EA and 64. RGB value is (219,234,100). Sum of RGB (Red+Green+Blue) = 219+234+100=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 100 (39.45% from 255 or 18.08% from 553); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEA64 is #24159B. Grayscale: #D6D6D6. Windows color (decimal): -2364828 or 6613723. OLE color: 6613723.

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

Color convert

RGB 219 234 100 -
CMYK 0.06 0 0.57 0.08
HSL 66.72º 0.76% 0.65% -
HSV(B) 66.72º 0.57% 0.92% -
XYZ 60.94 74.83 23.29 -
YUV 214.24 63.53 131.4 -
System Red Green Blue C M Y K H S L
Decimal 219 234 100 0.06 0 0.57 0.08 66.72 0.76 0.65
Hex DB EA 64 6 0 39 8 43 4C 41
Octal 333 352 144 6 0 71 10 103 114 101
Binary 11011011 11101010 1100100 110 0 111001 1000 1000011 1001100 1000001

Color Harmonies of #DBEA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEA64

Black with #DBEA64

Text Example


Text Example

White with #DBEA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEA64; }

 p { color: rgb(219,234,100); }

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

background-color css

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

 a { background-color: rgb(219,234,100); }

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

border-color css

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

 span { border-color: rgb(219,234,100); }

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