Html Css Color HEX #DBF35A Mindaro

📋 copy color: '#DBF35A'

red 219 ◦ green 243 ◦ blue 90

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

Shades of Mindaro #DBF35A

Tints of Mindaro #DBF35A

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.02%

 BLUE value IS 90 (35.55% from 255) = 16.3%

R = 39.67%
G = 44.02%
B = 16.3%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#DBF35A (or 0xDBF35A) is known color: Mindaro. HEX triplet: DB, F3 and 5A. RGB value is (219,243,90). Sum of RGB (Red+Green+Blue) = 219+243+90=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 243 (95.31% from 255 or 44.02% from 552); Blue value is 90 (35.55% from 255 or 16.30% from 552); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF35A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF35A is #240CA5. Grayscale: #DADADA. Windows color (decimal): -2362534 or 5960667. OLE color: 5960667.

HSL color Cylindrical-coordinate representation of color #DBF35A: hue angle of 69.41º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBF35A is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 243 90 -
CMYK 0.10 0 0.63 0.05
HSL 69.41º 0.86% 0.65% -
HSV(B) 69.41º 0.63% 0.95% -
XYZ 63.11 79.9 21.77 -
YUV 218.38 55.55 128.44 -
System Red Green Blue C M Y K H S L
Decimal 219 243 90 0.10 0 0.63 0.05 69.41 0.86 0.65
Hex DB F3 5A A 0 3F 5 45 56 41
Octal 333 363 132 12 0 77 5 105 126 101
Binary 11011011 11110011 1011010 1010 0 111111 101 1000101 1010110 1000001

Color Harmonies of #DBF35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF35A

Black with #DBF35A

Text Example


Text Example

White with #DBF35A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF35A; }

 p { color: rgb(219,243,90); }

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

background-color css

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

 a { background-color: rgb(219,243,90); }

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

border-color css

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

 span { border-color: rgb(219,243,90); }

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