Html Css Color HEX #DBF36C Mindaro

📋 copy color: '#DBF36C'

red 219 ◦ green 243 ◦ blue 108

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

Shades of Mindaro #DBF36C

Tints of Mindaro #DBF36C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 18.95%

R = 38.42%
G = 42.63%
B = 18.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#DBF36C (or 0xDBF36C) is known color: Mindaro. HEX triplet: DB, F3 and 6C. RGB value is (219,243,108). Sum of RGB (Red+Green+Blue) = 219+243+108=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 243 (95.31% from 255 or 42.63% from 570); Blue value is 108 (42.58% from 255 or 18.95% from 570); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF36C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF36C is #240C93. Grayscale: #DCDCDC. Windows color (decimal): -2362516 or 7140315. OLE color: 7140315.

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

Color convert

RGB 219 243 108 -
CMYK 0.10 0 0.56 0.05
HSL 70.67º 0.85% 0.69% -
HSV(B) 70.67º 0.56% 0.95% -
XYZ 63.97 80.24 26.3 -
YUV 220.43 64.55 126.98 -
System Red Green Blue C M Y K H S L
Decimal 219 243 108 0.10 0 0.56 0.05 70.67 0.85 0.69
Hex DB F3 6C A 0 38 5 47 55 45
Octal 333 363 154 12 0 70 5 107 125 105
Binary 11011011 11110011 1101100 1010 0 111000 101 1000111 1010101 1000101

Color Harmonies of #DBF36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF36C

Black with #DBF36C

Text Example


Text Example

White with #DBF36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF36C; }

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

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

background-color css

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

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

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

border-color css

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

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

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