Html Css Color HEX #DBFA64 Mindaro

📋 copy color: '#DBFA64'

red 219 ◦ green 250 ◦ blue 100

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

Shades of Mindaro #DBFA64

Tints of Mindaro #DBFA64

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.94%

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

R = 38.49%
G = 43.94%
B = 17.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#DBFA64 (or 0xDBFA64) is known color: Mindaro. HEX triplet: DB, FA and 64. RGB value is (219,250,100). Sum of RGB (Red+Green+Blue) = 219+250+100=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 250 (98.05% from 255 or 43.94% from 569); Blue value is 100 (39.45% from 255 or 17.57% from 569); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFA64 is #24059B. Grayscale: #E0E0E0. Windows color (decimal): -2360732 or 6617819. OLE color: 6617819.

HSL color Cylindrical-coordinate representation of color #DBFA64: hue angle of 72.4º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBFA64 is Cyan = 0.12, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 250 100 -
CMYK 0.12 0 0.6 0.02
HSL 72.4º 0.94% 0.69% -
HSV(B) 72.4º 0.6% 0.98% -
XYZ 65.7 84.35 24.88 -
YUV 223.63 58.23 124.7 -
System Red Green Blue C M Y K H S L
Decimal 219 250 100 0.12 0 0.6 0.02 72.4 0.94 0.69
Hex DB FA 64 C 0 3C 2 48 5E 45
Octal 333 372 144 14 0 74 2 110 136 105
Binary 11011011 11111010 1100100 1100 0 111100 10 1001000 1011110 1000101

Color Harmonies of #DBFA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFA64

Black with #DBFA64

Text Example


Text Example

White with #DBFA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFA64; }

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

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

background-color css

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

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

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

border-color css

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

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

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